Searched refs:chacha20poly1305_crypt_sg_inplace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | chacha20poly1305.c | 208 bool chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, in chacha20poly1305_crypt_sg_inplace() function 338 return chacha20poly1305_crypt_sg_inplace(src, src_len, ad, ad_len, in chacha20poly1305_encrypt_sg_inplace() 351 return chacha20poly1305_crypt_sg_inplace(src, in chacha20poly1305_decrypt_sg_inplace()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | chacha20poly1305.c | 208 bool chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, in chacha20poly1305_crypt_sg_inplace() function 338 return chacha20poly1305_crypt_sg_inplace(src, src_len, ad, ad_len, in chacha20poly1305_encrypt_sg_inplace() 351 return chacha20poly1305_crypt_sg_inplace(src, in chacha20poly1305_decrypt_sg_inplace()
|
Completed in 3 milliseconds