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

/freebsd-current/crypto/openssh/
H A Dcipher-chachapoly.c83 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL);
100 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
105 chacha_ivsetup(&ctx->main_ctx, seqbuf, one);
132 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL);
H A Dchacha.h27 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
H A Dchacha.c80 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) function
H A Dssh_namespace.h93 #define chacha_ivsetup Fssh_chacha_ivsetup macro
/freebsd-current/sys/crypto/chacha20/
H A Dchacha.h34 LOCAL void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv CHACHA_UNUSED,
H A Dchacha-sw.c23 chacha_ivsetup(ctx, iv + 8, iv);
H A Dchacha.c82 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) function
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c54 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function
100 chacha_ivsetup(&ctx, n, NULL);
145 chacha_ivsetup(&ctx, n, ic_bytes);
H A Dchacha20_dolbeau-ssse3.c49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function
94 chacha_ivsetup(&ctx, n, NULL);
139 chacha_ivsetup(&ctx, n, ic_bytes);
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_rng.c98 /* chacha_ivsetup() does not modify the key, and we rely on that. */
101 chacha_ivsetup(ctx, NULL, (const void *)&lectr);
104 chacha_ivsetup(ctx, NULL, (const void *)&ctr);
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c63 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) function
237 chacha_ivsetup(&ctx, n, NULL);
282 chacha_ivsetup(&ctx, n, ic_bytes);
/freebsd-current/lib/libc/gen/
H A Darc4random.c101 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ, NULL);
/freebsd-current/sys/dev/random/
H A Dhash.c149 chacha_ivsetup(&context->chacha, NULL, (const void *)&lectr);
/freebsd-current/contrib/unbound/compat/
H A Darc4random.c177 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Darc4random.c107 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ);
H A Dchacha_private.h82 chacha_ivsetup(chacha_ctx *x,const u8 *iv) function
/freebsd-current/sys/libkern/
H A Darc4random.c145 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec);
/freebsd-current/sys/kern/
H A Dkern_shutdown.c1161 chacha_ivsetup(&kdc->kdc_chacha, kdc->kdc_iv, NULL);

Completed in 146 milliseconds