Home
last modified time | relevance | path

Searched refs:ciphertext_processor (Results 1 – 6 of 6) 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
329 let ciphertext = ciphertext_processor in test_encrypt_decrypt()
347 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_padding_use() localVariable
349 let ciphertext_step = ciphertext_processor in test_padding_use()
354 let ciphertext_no_pad = ciphertext_processor in test_padding_use()
367 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_invalid_sender() localVariable
369 let res = ciphertext_processor in test_invalid_sender()
380 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_cant_process_from_self() localVariable
382 let ciphertext = ciphertext_processor in test_cant_process_from_self()
387 let res = ciphertext_processor.open(&ciphertext).await; in test_cant_process_from_self()
[all …]
Depoch.rs20 use super::ciphertext_processor::GroupStateProvider;
Dsecret_tree.rs973 group::{ciphertext_processor::InteropSenderData, secret_tree::KeyType},
Dmod.rs58 use ciphertext_processor::*;
110 mod ciphertext_processor; module
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ciphertext_processor/
Dsender_data_key.rs198 group::{ciphertext_processor::reuse_guard::ReuseGuard, framing::ContentType},
/aosp_15_r20/out/.module_paths/
Dfiles.db[all...]