Searched refs:__chacha20poly1305_decrypt (Results 1 – 1 of 1) sorted by relevance
/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 126 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_decrypt() function 186 ret = __chacha20poly1305_decrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_decrypt() 204 return __chacha20poly1305_decrypt(dst, src, src_len, ad, ad_len, in xchacha20poly1305_decrypt()
|