Searched refs:EVP_aead_xchacha20_poly1305 (Results 1 – 7 of 7) sorted by relevance
130 OPENSSL_EXPORT const EVP_AEAD *EVP_aead_xchacha20_poly1305(void);
341 const EVP_AEAD *EVP_aead_xchacha20_poly1305(void) { in EVP_aead_xchacha20_poly1305() function
116 {"XChaCha20Poly1305", EVP_aead_xchacha20_poly1305,1019 RunWycheproofTestCase(t, EVP_aead_xchacha20_poly1305()); in TEST()
416 const EVP_AEAD *EVP_aead_xchacha20_poly1305(void) { in EVP_aead_xchacha20_poly1305() function
69 {"XChaCha20Poly1305", EVP_aead_xchacha20_poly1305,918 RunWycheproofTestCase(t, EVP_aead_xchacha20_poly1305()); in TEST()
1649 #define EVP_aead_xchacha20_poly1305 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_aead_xchacha20_poly1… macro