Searched refs:chacha_ivsetup (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
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()
|