Searched refs:test_stream_cipher (Results 1 – 1 of 1) sorted by relevance
818 test_stream_cipher(Cipher::aes_192_ctr()); in test_stream_ciphers()819 test_stream_cipher(Cipher::aes_256_ctr()); in test_stream_ciphers()822 fn test_stream_cipher(cipher: &'static CipherRef) { in test_stream_cipher() function