Home
last modified time | relevance | path

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

/system/security/keystore2/test_utils/
Dffi_test_utils.rs33 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()
Dffi_test_utils.hpp7 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key,
Dffi_test_utils.cpp363 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key, in createWrappedKey() argument
370 uint8_t* enc_secure_key_data = encrypted_secure_key.data(); in createWrappedKey()
371 int enc_secure_key_size = encrypted_secure_key.size(); in createWrappedKey()
/system/security/keystore2/tests/
Dkeystore2_client_import_keys_tests.rs108 let encrypted_secure_key = encrypt_secure_key( in build_secure_key_wrapper() localVariable
119 let encrypted_secure_key = encrypted_secure_key.unwrap(); in build_secure_key_wrapper() localVariable
121 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() localVariable
131 create_wrapped_key(&encrypted_secure_key, &encrypted_transport_key, nonce, &gcm_tag) in build_secure_key_wrapper()