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