Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Dchacha20poly1305.h38 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len,
/linux-6.3-rc2/lib/crypto/
A Dchacha20poly1305.c333 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_encrypt_sg_inplace() function
341 EXPORT_SYMBOL(chacha20poly1305_encrypt_sg_inplace);
A Dchacha20poly1305-selftest.c8928 ret = chacha20poly1305_encrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
9043 if (!chacha20poly1305_encrypt_sg_inplace(sg_src, in chacha20poly1305_selftest()
/linux-6.3-rc2/drivers/net/wireguard/
A Dsend.c216 return chacha20poly1305_encrypt_sg_inplace(sg, plaintext_len, NULL, 0, in encrypt_packet()

Completed in 19 milliseconds