Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dciphertext_processor.rs327 let mut ciphertext_processor = test_processor(&mut test_data.group, cipher_suite); in test_encrypt_decrypt() localVariable
347 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_padding_use() localVariable
367 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_invalid_sender() localVariable
380 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_cant_process_from_self() localVariable
396 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_decryption_error() localVariable
Dmod.rs110 mod ciphertext_processor; module