Searched refs:encrypted_secure_key (Results 1 – 4 of 4) sorted by relevance
33 encrypted_secure_key: Vec<u8>, in createWrappedKey()85 encrypted_secure_key: &[u8], in create_wrapped_key()91 encrypted_secure_key.to_vec(), in create_wrapped_key()
7 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key,
363 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key, in createWrappedKey() argument370 uint8_t* enc_secure_key_data = encrypted_secure_key.data(); in createWrappedKey()371 int enc_secure_key_size = encrypted_secure_key.size(); in createWrappedKey()
108 let encrypted_secure_key = encrypt_secure_key( in build_secure_key_wrapper() localVariable119 let encrypted_secure_key = encrypted_secure_key.unwrap(); in build_secure_key_wrapper() localVariable121 encrypted_secure_key[secure_key.len()..(encrypted_secure_key.len())].to_vec(); in build_secure_key_wrapper()122 let encrypted_secure_key: Vec<u8> = encrypted_secure_key[0..secure_key.len()].to_vec(); in build_secure_key_wrapper() localVariable131 create_wrapped_key(&encrypted_secure_key, &encrypted_transport_key, nonce, &gcm_tag) in build_secure_key_wrapper()