Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
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()
/system/keymaster/tests/
Dckdf_test.cpp97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output)); in TEST()
/system/keymaster/km_openssl/
Dckdf.cpp40 keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in DEFINE_OPENSSL_OBJECT_POINTER()
Dsoft_keymaster_enforcement.cpp165 keymaster_error_t error = ckdf( in ComputeSharedHmac()
/system/keymaster/
DMakefile91 km_openssl/ckdf.cpp \
233 km_openssl/ckdf.o \
366 km_openssl/ckdf.o \
401 km_openssl/ckdf.o \
DAndroid.bp89 "km_openssl/ckdf.cpp",