Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dchacha20poly1305.h18 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
/openbmc/linux/lib/crypto/
H A Dchacha20poly1305.c90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() function
110 EXPORT_SYMBOL(chacha20poly1305_encrypt);
H A Dchacha20poly1305-selftest.c8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt()
9047 chacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
/openbmc/linux/security/keys/
H A Dbig_key.c102 chacha20poly1305_encrypt(buf, prep->data, datalen, NULL, 0, in big_key_preparse()
/openbmc/linux/drivers/net/wireguard/
H A Dnoise.c467 chacha20poly1305_encrypt(dst_ciphertext, src_plaintext, src_len, hash, in message_encrypt()