Searched refs:test_processor (Results 1 – 3 of 3) sorted by relevance
293 fn test_processor( in test_processor() function327 let mut ciphertext_processor = test_processor(&mut test_data.group, cipher_suite); in test_encrypt_decrypt()336 let mut receiver_processor = test_processor(&mut receiver_group, cipher_suite); in test_encrypt_decrypt()347 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_padding_use()367 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_invalid_sender()380 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_cant_process_from_self()396 let mut ciphertext_processor = test_processor(&mut test_data.group, TEST_CIPHER_SUITE); in test_decryption_error()
48 def test_processor(self): member in PlatformTest
108 def test_processor(self): member in PlatformTest