Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_brng.c94 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_src_reseed()
98 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_src_reseed()
128 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_reseed()
166 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_getbytes_internal()
205 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_getbytes_internal()
237 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_produce_seed_data_internal()
256 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_read()
288 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_read()
309 FXRNG_BRNG_ASSERT(rng); in fxrng_brng_read()
H A Dfx_brng.h45 #define FXRNG_BRNG_ASSERT(brng) mtx_assert(&(brng)->brng_rng.rng_lk, MA_OWNED) macro