Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_enc_test.c214 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher() function
227 return do_test_bio_cipher(EVP_aes_128_cbc(), idx); in test_bio_enc_aes_128_cbc()
232 return do_test_bio_cipher(EVP_aes_128_ctr(), idx); in test_bio_enc_aes_128_ctr()
237 return do_test_bio_cipher(EVP_aes_256_cfb(), idx); in test_bio_enc_aes_256_cfb()
242 return do_test_bio_cipher(EVP_aes_256_ofb(), idx); in test_bio_enc_aes_256_ofb()
248 return do_test_bio_cipher(EVP_chacha20(), idx); in test_bio_enc_chacha20()
254 return do_test_bio_cipher(EVP_chacha20_poly1305(), idx); in test_bio_enc_chacha20_poly1305()

Completed in 4 milliseconds