Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/
H A Dchachapoly.c302 _chacha20poly1305_mbuf(struct chacha20poly1305_ctx *ctx, in _chacha20poly1305_mbuf() function
378 return _chacha20poly1305_mbuf(&ctx, m, len); in chacha20poly1305_encrypt_mbuf()
398 ret = _chacha20poly1305_mbuf(&ctx, m, len); in chacha20poly1305_decrypt_mbuf()