Home
last modified time | relevance | path

Searched refs:ckdf (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dckdf.h28 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label,
36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf() function
38 return ckdf(key, label, &context_chunks, 1 /* num_chunks */, output); in ckdf()
/aosp12/system/keymaster/tests/
H A Dckdf_test.cpp97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output)); in TEST()
/aosp12/system/keymaster/km_openssl/
H A Dckdf.cpp40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in DEFINE_OPENSSL_OBJECT_POINTER()
H A Dsoft_keymaster_enforcement.cpp165 keymaster_error_t error = ckdf( in ComputeSharedHmac()
/aosp12/system/keymaster/
H A DAndroid.bp132 "km_openssl/ckdf.cpp",