Searched refs:ciphertext_processor (Results 1 – 6 of 6) sorted by relevance
327 let mut ciphertext_processor = test_processor(&mut test_data.group, cipher_suite); in test_encrypt_decrypt() localVariable329 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() localVariable349 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() localVariable369 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() localVariable382 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 …]
20 use super::ciphertext_processor::GroupStateProvider;
973 group::{ciphertext_processor::InteropSenderData, secret_tree::KeyType},
58 use ciphertext_processor::*;110 mod ciphertext_processor; module
198 group::{ciphertext_processor::reuse_guard::ReuseGuard, framing::ContentType},
[all...]