Searched refs:new_from_stream_decrypt_with (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | legacy_blob.rs | 408 pub fn new_from_stream_decrypt_with<F>(mut stream: impl Read, decrypt: F) -> Result<Blob> in new_from_stream_decrypt_with() method 1204 let blob = LegacyBlobLoader::new_from_stream_decrypt_with(&mut &*BLOB, |_, _, _, _, _| { in read_golden_key_blob_test() 1213 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_golden_key_blob_test() 1230 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_aes_gcm_encrypted_key_blob_test() 1264 LegacyBlobLoader::new_from_stream_decrypt_with(&mut &BLOB[0..15], |_, _, _, _, _| { in read_golden_key_blob_too_short_test()
|