Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Dfortuna.c432 if (uint128_is_zero(fortuna_state.fs_counter)) in random_fortuna_reseed_internal()
708 KASSERT(!uint128_is_zero(fortuna_state.fs_counter), ("FS&K: C != 0")); in random_fortuna_read_concurrent()
770 KASSERT(!uint128_is_zero(fortuna_state.fs_counter), ("FS&K: C != 0")); in random_fortuna_read()
793 return (!uint128_is_zero(fortuna_state.fs_counter)); in random_fortuna_seeded_internal()
H A Duint128.h93 uint128_is_zero(uint128_t big_uint) in uint128_is_zero() function