Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/
Dchacha20poly1305.h43 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
/Linux-v6.1/lib/crypto/
Dchacha20poly1305.c343 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_decrypt_sg_inplace() function
355 EXPORT_SYMBOL(chacha20poly1305_decrypt_sg_inplace);
Dchacha20poly1305-selftest.c8970 ret = chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
9060 if (!chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
/Linux-v6.1/drivers/net/wireguard/
Dreceive.c278 if (!chacha20poly1305_decrypt_sg_inplace(sg, skb->len, NULL, 0, in decrypt_packet()