/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | proxy_keymaster_context.h | 123 const keymaster::KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument 130 wrapped_key_blob, wrapping_key_blob, wrapping_key_params, masking_key, in UnwrapKey()
|
D | tpm_keymaster_context.cpp | 359 const KeymasterKeyBlob& wrapping_key_blob, in UnwrapKey() argument 372 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &wrapping_key); in UnwrapKey()
|
D | tpm_keymaster_context.h | 112 const keymaster::KeymasterKeyBlob& wrapping_key_blob,
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | security_level.rs | 809 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 D | km_compat.rs | 260 wrapping_key_blob: &[u8], in importWrappedKey() 270 wrapping_key_blob, in importWrappedKey()
|
/aosp_15_r20/system/keymaster/include/keymaster/contexts/ |
H A D | keymaster2_passthrough_context.h | 119 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
H A D | keymaster1_passthrough_context.h | 131 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
H A D | soft_keymaster_context.h | 91 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
H A D | pure_soft_keymaster_context.h | 120 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/aosp_15_r20/system/keymaster/contexts/ |
H A D | pure_soft_keymaster_context.cpp | 496 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 D | keymaster_context.h | 190 UnwrapKey(const KeymasterKeyBlob& wrapped_key_blob, const KeymasterKeyBlob& wrapping_key_blob,
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | keys.rs | 524 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 D | lib.rs | 796 &req.wrapping_key_blob, in process_req()
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_keymaster_context.h | 150 const KeymasterKeyBlob& wrapping_key_blob,
|
D | trusty_keymaster_context.cpp | 1280 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 D | generated.cddl | 436 wrapping_key_blob: bstr,
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | types.rs | 144 pub wrapping_key_blob: Vec<u8>, field
|
/aosp_15_r20/system/keymint/hal/src/ |
H A D | keymint.rs | 158 wrapping_key_blob: wrappingKeyBlob.to_vec(), in importWrappedKey()
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/ |
D | keymaster.proto | 364 KeyBlob wrapping_key_blob = 8; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 365 KeyBlob wrapping_key_blob = 8; field
|