Home
last modified time | relevance | path

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

/freebsd/sys/crypto/
H A Dchacha20_poly1305.h46 void xchacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src,
H A Dchacha20_poly1305.c141 xchacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src, in xchacha20_poly1305_encrypt() function
/freebsd/sys/dev/wg/
H A Dcrypto.h59 xchacha20_poly1305_encrypt(dst, src, src_len, ad, ad_len, nonce, key); in xchacha20poly1305_encrypt()