Searched refs:__chacha20poly1305_encrypt (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/crypto/ |
| H A D | chacha20poly1305.c | 56 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt() function 104 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in chacha20poly1305_encrypt() 119 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in xchacha20poly1305_encrypt()
|