Home
last modified time | relevance | path

Searched refs:xchacha20poly1305_encrypt (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dchacha20poly1305.h28 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
/kernel/linux/linux-6.6/include/crypto/
H A Dchacha20poly1305.h28 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
/kernel/linux/linux-5.10/lib/crypto/
H A Dchacha20poly1305.c112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() function
122 EXPORT_SYMBOL(xchacha20poly1305_encrypt); variable
H A Dchacha20poly1305-selftest.c8989 xchacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
/kernel/linux/linux-6.6/lib/crypto/
H A Dchacha20poly1305.c112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() function
122 EXPORT_SYMBOL(xchacha20poly1305_encrypt); variable
H A Dchacha20poly1305-selftest.c8989 xchacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dcookie.c193 xchacha20poly1305_encrypt(dst->encrypted_cookie, cookie, COOKIE_LEN, in wg_cookie_message_create()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dcookie.c193 xchacha20poly1305_encrypt(dst->encrypted_cookie, cookie, COOKIE_LEN, in wg_cookie_message_create()

Completed in 32 milliseconds