Home
last modified time | relevance | path

Searched refs:chacha_encrypt_bytes (Results 1 – 1 of 1) 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()