Home
last modified time | relevance | path

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

/freebsd/sys/crypto/
H A Dchacha20_poly1305.h50 bool xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
H A Dchacha20_poly1305.c188 xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src, in xchacha20_poly1305_decrypt() function
/freebsd/sys/dev/wg/
H A Dcrypto.h69 return (xchacha20_poly1305_decrypt(dst, src, src_len, ad, ad_len, nonce, key)); in xchacha20poly1305_decrypt()