Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dkeymaster1_passthrough_context.h131 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dsoft_keymaster_context.h91 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
H A Dpure_soft_keymaster_context.h124 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h180 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs734 let (wrapping_key_blob, wrapping_blob_metadata) = wrapping_key_entry in import_wrapped_key()
739 let wrapping_key_blob = in import_wrapped_key() localVariable
740 SUPER_KEY.unwrap_key_if_required(&wrapping_blob_metadata, &wrapping_key_blob).context( in import_wrapped_key()
771 &wrapping_key_blob, in import_wrapped_key()
/aosp12/system/keymaster/contexts/
H A Dpure_soft_keymaster_context.cpp402 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
427 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key); in UnwrapKey()