Searched defs:encrypted_secure_key (Results 1 – 2 of 2) sorted by relevance
100 let encrypted_secure_key = encrypt_secure_key( in build_secure_key_wrapper() localVariable111 let encrypted_secure_key = encrypted_secure_key.unwrap(); in build_secure_key_wrapper() localVariable114 let encrypted_secure_key: Vec<u8> = encrypted_secure_key[0..secure_key.len()].to_vec(); in build_secure_key_wrapper() localVariable
363 CxxResult createWrappedKey(rust::Vec<rust::u8> encrypted_secure_key, in createWrappedKey()