Home
last modified time | relevance | path

Searched refs:chacha20poly1305_decrypt (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/crypto/
Dchacha20poly1305.h24 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len,
/linux-5.19.10/lib/crypto/
Dchacha20poly1305.c168 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt() function
192 EXPORT_SYMBOL(chacha20poly1305_decrypt);
Dchacha20poly1305-selftest.c8946 ret = chacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest()
9053 if (!chacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest()
/linux-5.19.10/security/keys/
Dbig_key.c260 ret = chacha20poly1305_decrypt(buf, buf, enclen, NULL, 0, 0, in big_key_read()
/linux-5.19.10/drivers/net/wireguard/
Dnoise.c477 if (!chacha20poly1305_decrypt(dst_plaintext, src_ciphertext, src_len, in message_decrypt()