Searched defs:ciphertext_processor (Results 1 – 2 of 2) sorted by relevance
327 let mut ciphertext_processor = test_processor(&mut test_data.group, cipher_suite); in test_encrypt_decrypt() localVariable347 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_padding_use() localVariable367 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_invalid_sender() localVariable380 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_cant_process_from_self() localVariable396 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_decryption_error() localVariable
110 mod ciphertext_processor; module