Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/
H A Dchachapoly.h50 void xchacha20poly1305_encrypt(uint8_t *, const uint8_t *, size_t,
H A Dchachapoly.c256 xchacha20poly1305_encrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in xchacha20poly1305_encrypt() function
/dragonfly/sys/net/wg/
H A Dwg_cookie.c234 xchacha20poly1305_encrypt(ecookie, cookie, COOKIE_COOKIE_SIZE, in cookie_checker_create_payload()