Home
last modified time | relevance | path

Searched refs:chacha20poly1305_decrypt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/wg/
H A Dcrypto.h40 chacha20poly1305_decrypt(uint8_t *dst, const uint8_t *src, const size_t src_len, in chacha20poly1305_decrypt() function
H A Dwg_noise.c1358 if (!chacha20poly1305_decrypt(dst, src, src_len, in noise_msg_decrypt()