Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/
Dcipher_ctx.rs818 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