Searched refs:xchacha20_poly1305_encrypt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.h | 46 void xchacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src,
|
H A D | chacha20_poly1305.c | 141 xchacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src, in xchacha20_poly1305_encrypt() function
|
/freebsd/sys/dev/wg/ |
H A D | crypto.h | 59 xchacha20_poly1305_encrypt(dst, src, src_len, ad, ad_len, nonce, key); in xchacha20poly1305_encrypt()
|