Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c65 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt()
82 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt()
87 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt()
114 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
Dchacha.h26 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
DChangeLog5534 Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
5536 per chacha_ivsetup() call.
/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