Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/
H A Dchachapoly.h66 int chacha20poly1305_decrypt_mbuf(struct mbuf *, const uint8_t *, size_t,
H A Dchachapoly.c382 chacha20poly1305_decrypt_mbuf(struct mbuf *m, const uint8_t *ad, size_t ad_len, in chacha20poly1305_decrypt_mbuf() function
/dragonfly/sys/net/wg/
H A Dwg_noise.c1027 return chacha20poly1305_decrypt_mbuf(m, NULL, 0, nonce, kp->kp_recv); in noise_keypair_decrypt()