Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c86 chacha20_poly1305_crypt(void *vctx, const uint8_t *in, uint8_t *out) in chacha20_poly1305_crypt() function
165 .encrypt = chacha20_poly1305_crypt,
166 .decrypt = chacha20_poly1305_crypt,
222 .encrypt = chacha20_poly1305_crypt,
223 .decrypt = chacha20_poly1305_crypt,