Home
last modified time | relevance | path

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

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