Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h106 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dkeymaster1_passthrough_context.h119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dpure_soft_keymaster_context.h90 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dsoft_keymaster_context.h88 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/keymaster/include/keymaster/
Dkeymaster_context.h142 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp301 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
326 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key); in UnwrapKey()