Home
last modified time | relevance | path

Searched refs:chacha_ivsetup (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dcipher-chachapoly.c66 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()
115 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
Dchacha.h27 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
Dchacha.c81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
/external/openssh/openbsd-compat/
Darc4random.c77 chacha_ivsetup(&rs, buf + KEYSZ); in _rs_init()
Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function