Searched refs:ckdf (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | ckdf.h | 28 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 D | ckdf_test.cpp | 97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output)); in TEST()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | ckdf.cpp | 40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in DEFINE_OPENSSL_OBJECT_POINTER()
|
H A D | soft_keymaster_enforcement.cpp | 165 keymaster_error_t error = ckdf( in ComputeSharedHmac()
|
/aosp12/system/keymaster/ |
H A D | Android.bp | 132 "km_openssl/ckdf.cpp",
|