Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dkeymaster1_passthrough_context.h131 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dsoft_keymaster_context.h91 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
Dpure_soft_keymaster_context.h118 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/keymaster/include/keymaster/
Dkeymaster_context.h190 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/system/security/keystore2/src/
Dsecurity_level.rs751 let (wrapping_key_blob, wrapping_blob_metadata) = in import_wrapped_key()
756 let wrapping_key_blob = SUPER_KEY in import_wrapped_key() localVariable
759 .unwrap_key_if_required(&wrapping_blob_metadata, &wrapping_key_blob) in import_wrapped_key()
788 &wrapping_key_blob, in import_wrapped_key()
Dkm_compat.rs235 wrapping_key_blob: &[u8], in importWrappedKey()
245 wrapping_key_blob, in importWrappedKey()
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp476 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
501 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key); in UnwrapKey()
/system/keymint/ta/src/
Dkeys.rs487 wrapping_key_blob: &[u8], in import_wrapped_key()
494 let (wrapping_key, _) = self.keyblob_parse_decrypt(wrapping_key_blob, unwrapping_params)?; in import_wrapped_key()
Dlib.rs721 &req.wrapping_key_blob, in process_req()
/system/keymint/common/
Dgenerated.cddl434 wrapping_key_blob: bstr,
/system/keymint/hal/src/
Dkeymint.rs143 wrapping_key_blob: wrappingKeyBlob.to_vec(), in importWrappedKey()
/system/keymint/wire/src/
Dtypes.rs105 pub wrapping_key_blob: Vec<u8>, field