Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_hash.h40 struct fxrng_hash { struct
45 fxrng_hash_init(struct fxrng_hash *h) in fxrng_hash_init() argument
54 fxrng_hash_update(struct fxrng_hash *h, const void *buf, size_t sz) in fxrng_hash_update()
63 fxrng_hash_finish(struct fxrng_hash *h, uint8_t buf[static FXRNG_HASH_SZ], size_t sz) in fxrng_hash_finish()
H A Dfx_rng.c176 struct fxrng_hash mix; in fxrng_rng_reseed_internal()
H A Dfx_pool.c234 static struct fxrng_hash fxent_pool[FXRNG_NPOOLS];