Home
last modified time | relevance | path

Searched refs:SecureKeyWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/keymint/ta/src/
H A Dtests.rs17 use crate::{error_rsp, invalid_cbor_rsp_data, keys::SecureKeyWrapper, split_rsp};
100 let secure_key_wrapper = SecureKeyWrapper::from_der(&encoded_bytes).unwrap(); in test_secure_key_wrapper()
210 let secure_key_wrapper = SecureKeyWrapper::from_der(&encoded_bytes).unwrap(); in test_key_description_encode_decode()
H A Dkeys.rs55 pub struct SecureKeyWrapper<'a> { struct
535 let mut secure_key_wrapper = SecureKeyWrapper::from_der(wrapped_key_data) in import_wrapped_key()
/aosp_15_r20/system/keymint/ta/fuzz/fuzz_targets/
H A Dkeydescription.rs8 let _result = kmr_ta::keys::SecureKeyWrapper::from_der(data);
/aosp_15_r20/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal522 * SecureKeyWrapper ::= SEQUENCE(
553 * 2. Extract the encryptedTransportKey field from the SecureKeyWrapper, and decrypt