Home
last modified time | relevance | path

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

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