Searched refs:xchacha20poly1305_encrypt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | chacha20poly1305.h | 28 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
|
/openbmc/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() function 122 EXPORT_SYMBOL(xchacha20poly1305_encrypt);
|
H A D | chacha20poly1305-selftest.c | 8989 xchacha20poly1305_encrypt(computed_output, in chacha20poly1305_selftest()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | cookie.c | 193 xchacha20poly1305_encrypt(dst->encrypted_cookie, cookie, COOKIE_LEN, in wg_cookie_message_create()
|