Home
last modified time | relevance | path

Searched defs:context_chunks (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dckdf.h37 const keymaster_blob_t& context_chunks, KeymasterKeyBlob* output) { in ckdf()
/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp158 UniquePtr<keymaster_blob_t[]> context_chunks(new (std::nothrow) keymaster_blob_t[num_chunks]); in ComputeSharedHmac() local