Searched refs:ckdf (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
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()
|
/system/keymaster/tests/ |
D | ckdf_test.cpp | 97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output)); in TEST()
|
/system/keymaster/km_openssl/ |
D | ckdf.cpp | 40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in DEFINE_OPENSSL_OBJECT_POINTER()
|
D | soft_keymaster_enforcement.cpp | 165 keymaster_error_t error = ckdf( in ComputeSharedHmac()
|
/system/keymaster/ |
D | Makefile | 91 km_openssl/ckdf.cpp \ 233 km_openssl/ckdf.o \ 366 km_openssl/ckdf.o \ 401 km_openssl/ckdf.o \
|
D | Android.bp | 89 "km_openssl/ckdf.cpp",
|