Home
last modified time | relevance | path

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

/external/rust/crates/ring/tests/
Dquic_tests.rs37 test_quic(&quic::AES_128, test_file!("quic_aes_128_tests.txt")); in quic_aes_128()
42 test_quic(&quic::AES_256, test_file!("quic_aes_256_tests.txt")); in quic_aes_256()
47 test_quic(&quic::CHACHA20, test_file!("quic_chacha20_tests.txt")); in quic_chacha20()
50 fn test_quic(alg: &'static quic::Algorithm, test_file: test::File) { in test_quic() function