Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dproxy_keymaster_context.h123 const keymaster::KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
130 wrapped_key_blob, wrapping_key_blob, wrapping_key_params, masking_key, in UnwrapKey()
Dtpm_keymaster_context.cpp359 const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
372 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &wrapping_key); in UnwrapKey()
Dtpm_keymaster_context.h112 const keymaster::KeymasterKeyBlob& wrapping_key_blob,
/aosp_15_r20/system/security/keystore2/src/
H A Dsecurity_level.rs809 let (wrapping_key_blob, wrapping_blob_metadata) = in import_wrapped_key()
814 let wrapping_key_blob = SUPER_KEY in import_wrapped_key() localVariable
817 .unwrap_key_if_required(&wrapping_blob_metadata, &wrapping_key_blob) in import_wrapped_key()
845 &wrapping_key_blob, in import_wrapped_key()
H A Dkm_compat.rs260 wrapping_key_blob: &[u8], in importWrappedKey()
270 wrapping_key_blob, in importWrappedKey()
/aosp_15_r20/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.h120 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp_15_r20/system/keymaster/contexts/
H A Dpure_soft_keymaster_context.cpp496 const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
521 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key); in UnwrapKey()
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dkeymaster_context.h190 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
/aosp_15_r20/system/keymint/ta/src/
H A Dkeys.rs524 wrapping_key_blob: &[u8], in import_wrapped_key()
531 let (wrapping_key, _) = self.keyblob_parse_decrypt(wrapping_key_blob, unwrapping_params)?; in import_wrapped_key()
H A Dlib.rs796 &req.wrapping_key_blob, in process_req()
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_keymaster_context.h150 const KeymasterKeyBlob& wrapping_key_blob,
Dtrusty_keymaster_context.cpp1280 const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument
1298 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &wrapping_key); in UnwrapKey()
/aosp_15_r20/system/keymint/common/
H A Dgenerated.cddl436 wrapping_key_blob: bstr,
/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs144 pub wrapping_key_blob: Vec<u8>, field
/aosp_15_r20/system/keymint/hal/src/
H A Dkeymint.rs158 wrapping_key_blob: wrappingKeyBlob.to_vec(), in importWrappedKey()
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto364 KeyBlob wrapping_key_blob = 8; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto365 KeyBlob wrapping_key_blob = 8; field