Searched refs:do_test_bio_cipher (Results 1 – 1 of 1) sorted by relevance
207 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher() function221 return do_test_bio_cipher(EVP_aes_128_cbc(), idx); in test_bio_enc_aes_128_cbc()226 return do_test_bio_cipher(EVP_aes_128_ctr(), idx); in test_bio_enc_aes_128_ctr()231 return do_test_bio_cipher(EVP_aes_256_cfb(), idx); in test_bio_enc_aes_256_cfb()236 return do_test_bio_cipher(EVP_aes_256_ofb(), idx); in test_bio_enc_aes_256_ofb()242 return do_test_bio_cipher(EVP_chacha20(), idx); in test_bio_enc_chacha20()248 return do_test_bio_cipher(EVP_chacha20_poly1305(), idx); in test_bio_enc_chacha20_poly1305()