Home
last modified time | relevance | path

Searched refs:test_processor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dciphertext_processor.rs293 fn test_processor( in test_processor() function
327 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()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_platform.py48 def test_processor(self): member in PlatformTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_platform.py108 def test_processor(self): member in PlatformTest