Home
last modified time | relevance | path

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

/freebsd/sys/crypto/
H A Dchacha20_poly1305.h38 void chacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src,
H A Dchacha20_poly1305.c38 chacha20_poly1305_encrypt(uint8_t *dst, const uint8_t *src, in chacha20_poly1305_encrypt() function
/freebsd/sys/dev/wg/
H A Dcrypto.h35 chacha20_poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_encrypt()