Searched refs:chacha_ivsetup (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher-chachapoly.c65 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL);
82 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
87 chacha_ivsetup(&ctx->main_ctx, seqbuf, one);
114 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
H A Dchacha.h26 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
H A Dchacha.c81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) function
H A Dssh_namespace.h119 #define chacha_ivsetup Fssh_chacha_ivsetup macro
/freebsd-10-stable/contrib/unbound/compat/
H A Darc4random.c105 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Darc4random.c77 chacha_ivsetup(&rs, buf + KEYSZ);
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function

Completed in 129 milliseconds