Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dchacha20poly1305.h33 bool __must_check xchacha20poly1305_decrypt(
/linux-6.15/lib/crypto/
H A Dchacha20poly1305.c193 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt() function
204 EXPORT_SYMBOL(xchacha20poly1305_decrypt);
H A Dchacha20poly1305-selftest.c9008 ret = xchacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest()
/linux-6.15/drivers/net/wireguard/
H A Dcookie.c216 ret = xchacha20poly1305_decrypt( in wg_cookie_message_consume()