Home
last modified time | relevance | path

Searched defs:seqbuf (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c276 uint8_t buf[4], seqbuf[8]; in lws_chachapoly_get_length() local
286 chacha_ivsetup(K_1(keys), seqbuf, NULL); in lws_chachapoly_get_length() local
305 u_char seqbuf[8]; in chachapoly_crypt() local
316 chacha_ivsetup(K_2(keys), seqbuf, NULL); in chachapoly_crypt() local
333 chacha_ivsetup(K_1(keys), seqbuf, NULL); in chachapoly_crypt() local
338 chacha_ivsetup(K_2(keys), seqbuf, one); in chachapoly_crypt() local
[all...]

Completed in 2 milliseconds