Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_chacha20_poly1305.c102 chacha20_poly1305_crypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len) in chacha20_poly1305_crypt_multi() function
167 .encrypt_multi = chacha20_poly1305_crypt_multi,
168 .decrypt_multi = chacha20_poly1305_crypt_multi,
224 .encrypt_multi = chacha20_poly1305_crypt_multi,
225 .decrypt_multi = chacha20_poly1305_crypt_multi,