Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher-chachapoly.c83 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt()
100 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt()
105 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt()
132 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
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) in chacha_ivsetup() function
H A Dssh_namespace.h93 #define chacha_ivsetup Fssh_chacha_ivsetup macro
/freebsd/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) in chacha_ivsetup() function
100 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
145 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
H A Dchacha20_dolbeau-ssse3.c49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup() function
94 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
139 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.c101 chacha_ivsetup(ctx, NULL, (const void *)&lectr); in fxrng_chacha_nonce_add64()
104 chacha_ivsetup(ctx, NULL, (const void *)&ctr); in fxrng_chacha_nonce_add64()
/freebsd/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); in chacha20_xform_reinit()
H A Dchacha.c82 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
/freebsd/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) in chacha_ivsetup() function
237 chacha_ivsetup(&ctx, n, NULL); in stream_ref()
282 chacha_ivsetup(&ctx, n, ic_bytes); in stream_ref_xor_ic()
/freebsd/sys/dev/random/
H A Dhash.c149 chacha_ivsetup(&context->chacha, NULL, (const void *)&lectr); in randomdev_keystream()
/freebsd/lib/libc/gen/
H A Darc4random.c101 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ, NULL); in _rs_init()
/freebsd/sys/libkern/
H A Darc4random.c145 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec); in chacha20_randomstir()
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random.c107 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ); in _rs_init()
H A Dchacha_private.h82 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function
/freebsd/contrib/unbound/compat/
H A Darc4random.c177 chacha_ivsetup(&rsx->rs_chacha, buf + KEYSZ); in _rs_init()
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function
/freebsd/sys/kern/
H A Dkern_shutdown.c1161 chacha_ivsetup(&kdc->kdc_chacha, kdc->kdc_iv, NULL); in kerneldumpcrypto_init()