Home
last modified time | relevance | path

Searched defs:enc_section (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/
Dmic_decrypt_tests.rs93 let enc_section = section.as_ciphertext().unwrap(); in deserialize_mic_encrypted_correct_keys() localVariable
444 let enc_section = section.as_ciphertext().unwrap(); in arena_out_of_space_on_mic_verify() localVariable
516 let enc_section = section.as_ciphertext().unwrap(); in do_bad_deserialize_params() localVariable
611 let enc_section = section.as_ciphertext().unwrap(); in do_bad_deserialize_tampered() localVariable
Dsignature_decrypt_tests.rs86 let enc_section = section.as_ciphertext().unwrap(); in deserialize_signature_encrypted_correct_keys_extended_salt() localVariable
427 let enc_section = section.as_ciphertext().unwrap(); localVariable
522 let enc_section = section.as_ciphertext().unwrap(); in do_bad_deserialize_tampered() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs85 let enc_section = section.as_ciphertext_section(); in assert_section_equals() localVariable