Home
last modified time | relevance | path

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

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