Home
last modified time | relevance | path

Searched refs:chacha_encrypt_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c100 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
287 chacha_encrypt_bytes(K_1(keys), in4, buf, 4); in lws_chachapoly_get_length()
317 chacha_encrypt_bytes(K_2(keys), in chachapoly_crypt()
334 chacha_encrypt_bytes(K_1(keys), src, dest, aadlen); in chachapoly_crypt()
339 chacha_encrypt_bytes(K_2(keys), src + aadlen, dest + aadlen, len); in chachapoly_crypt()
/third_party/FreeBSD/lib/libc/gen/
Darc4random.c162 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz, in _rs_stir()
186 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
/third_party/FreeBSD/crypto/openssh/openbsd-compat/
Dchacha_private.h93 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function