Home
last modified time | relevance | path

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

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