Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c137 chacha20_poly1305_update(void *vctx, const void *data, u_int len) in chacha20_poly1305_update() function
171 .update = chacha20_poly1305_update,
228 .update = chacha20_poly1305_update,
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c37 #define chacha20_poly1305_update chacha20_poly1305_cipher macro
336 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))chacha20_poly1305_update },