Searched refs:chacha20poly1305_decrypt (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/crypto/ |
D | chacha20poly1305.h | 24 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len,
|
/linux-6.1.9/lib/crypto/ |
D | chacha20poly1305.c | 168 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt() function 192 EXPORT_SYMBOL(chacha20poly1305_decrypt);
|
D | chacha20poly1305-selftest.c | 8946 ret = chacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest() 9053 if (!chacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest()
|
/linux-6.1.9/security/keys/ |
D | big_key.c | 260 ret = chacha20poly1305_decrypt(buf, buf, enclen, NULL, 0, 0, in big_key_read()
|
/linux-6.1.9/drivers/net/wireguard/ |
D | noise.c | 477 if (!chacha20poly1305_decrypt(dst_plaintext, src_ciphertext, src_len, in message_decrypt()
|