Home
last modified time | relevance | path

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

/openssl-master/test/
A Dbio_enc_test.c173 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher() function
187 return do_test_bio_cipher(EVP_aes_128_cbc(), idx); in test_bio_enc_aes_128_cbc()
192 return do_test_bio_cipher(EVP_aes_128_ctr(), idx); in test_bio_enc_aes_128_ctr()
197 return do_test_bio_cipher(EVP_aes_256_cfb(), idx); in test_bio_enc_aes_256_cfb()
202 return do_test_bio_cipher(EVP_aes_256_ofb(), idx); in test_bio_enc_aes_256_ofb()
208 return do_test_bio_cipher(EVP_chacha20(), idx); in test_bio_enc_chacha20()
214 return do_test_bio_cipher(EVP_chacha20_poly1305(), idx); in test_bio_enc_chacha20_poly1305()

Completed in 3 milliseconds