Searched refs:SecureKeyWrapper (Results 1 – 4 of 4) sorted by relevance
17 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()
55 pub struct SecureKeyWrapper<'a> { struct535 let mut secure_key_wrapper = SecureKeyWrapper::from_der(wrapped_key_data) in import_wrapped_key()
8 let _result = kmr_ta::keys::SecureKeyWrapper::from_der(data);
522 * SecureKeyWrapper ::= SEQUENCE(553 * 2. Extract the encryptedTransportKey field from the SecureKeyWrapper, and decrypt