Searched refs:seqbuf (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 55 u_char seqbuf[8]; in chachapoly_crypt() local 65 POKE_U64(seqbuf, seqnr); in chachapoly_crypt() 66 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 83 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 88 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 100 explicit_bzero(seqbuf, sizeof(seqbuf)); in chachapoly_crypt() 110 u_char buf[4], seqbuf[8]; in chachapoly_get_length() local 114 POKE_U64(seqbuf, seqnr); in chachapoly_get_length() 115 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
|