EVP_chacha20_poly1305
EVP_add_cipher(EVP_chacha20_poly1305());
const EVP_CIPHER *EVP_chacha20_poly1305(void);
return do_test_bio_cipher(EVP_chacha20_poly1305(), idx);
return (EVP_chacha20_poly1305());
.evp_cipher = EVP_chacha20_poly1305 },