Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.c121 struct chacha_ctx ctx_copy, *p_ctx; in fxrng_rng_genrandom_internal() local
131 memcpy(&ctx_copy, &rng->rng_prf, sizeof(ctx_copy)); in fxrng_rng_genrandom_internal()
132 p_ctx = &ctx_copy; in fxrng_rng_genrandom_internal()
153 explicit_bzero(&ctx_copy, sizeof(ctx_copy)); in fxrng_rng_genrandom_internal()