Searched refs:chacha20poly1305_encrypt (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/crypto/ |
D | chacha20poly1305.h | 18 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
|
/linux-6.1.9/lib/crypto/ |
D | chacha20poly1305.c | 90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() function 110 EXPORT_SYMBOL(chacha20poly1305_encrypt);
|
D | chacha20poly1305-selftest.c | 8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt() 9047 chacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
|
/linux-6.1.9/security/keys/ |
D | big_key.c | 102 chacha20poly1305_encrypt(buf, prep->data, datalen, NULL, 0, in big_key_preparse()
|
/linux-6.1.9/drivers/net/wireguard/ |
D | noise.c | 467 chacha20poly1305_encrypt(dst_ciphertext, src_plaintext, src_len, hash, in message_encrypt()
|