Searched refs:chacha_ivsetup (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 91 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function 286 chacha_ivsetup(K_1(keys), seqbuf, NULL); in lws_chachapoly_get_length() 316 chacha_ivsetup(K_2(keys), seqbuf, NULL); in chachapoly_crypt() 333 chacha_ivsetup(K_1(keys), seqbuf, NULL); in chachapoly_crypt() 338 chacha_ivsetup(K_2(keys), seqbuf, one); in chachapoly_crypt()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | arc4random.c | 107 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
in _rs_init()
|
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 84 chacha_ivsetup(chacha_ctx *x,const u8 *iv)
in chacha_ivsetup() function
|
Completed in 3 milliseconds