Searched refs:aead_cipher (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.h | 35 int (*aead_cipher)(PROV_CIPHER_CTX *dat, unsigned char *out, size_t *outl, member
|
H A D | cipher_chacha20_poly1305.c | 306 if (!hw->aead_cipher(ctx, out, outl, in, inl)) in chacha20_poly1305_cipher() 322 if (hw->aead_cipher(ctx, out, outl, NULL, 0) <= 0) in chacha20_poly1305_final()
|