Home
last modified time | relevance | path

Searched defs:encrypted_secure_key (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_import_keys_tests.rs100 let encrypted_secure_key = encrypt_secure_key( in build_secure_key_wrapper() localVariable
111 let encrypted_secure_key = encrypted_secure_key.unwrap(); in build_secure_key_wrapper() localVariable
114 let encrypted_secure_key: Vec<u8> = encrypted_secure_key[0..secure_key.len()].to_vec(); in build_secure_key_wrapper() localVariable
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dffi_test_utils.cpp363 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key, in createWrappedKey()