Searched refs:xchacha20_poly1305_decrypt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.h | 50 bool xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
|
H A D | chacha20_poly1305.c | 188 xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src, in xchacha20_poly1305_decrypt() function
|
/freebsd/sys/dev/wg/ |
H A D | crypto.h | 69 return (xchacha20_poly1305_decrypt(dst, src, src_len, ad, ad_len, nonce, key)); in xchacha20poly1305_decrypt()
|