Searched refs:chacha20poly1305_decrypt_sg_inplace (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | chacha20poly1305.h | 43 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | chacha20poly1305.h | 43 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | chacha20poly1305.c | 343 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); variable
|
H A D | chacha20poly1305-selftest.c | 8970 ret = chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest() 9060 if (!chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | chacha20poly1305.c | 343 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); variable
|
H A D | chacha20poly1305-selftest.c | 8970 ret = chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest() 9060 if (!chacha20poly1305_decrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | receive.c | 285 if (!chacha20poly1305_decrypt_sg_inplace(sg, skb->len, NULL, 0, in decrypt_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | receive.c | 278 if (!chacha20poly1305_decrypt_sg_inplace(sg, skb->len, NULL, 0, in decrypt_packet()
|
Completed in 29 milliseconds