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

/freebsd-13-stable/sys/dev/random/
H A Duint128.h95 uint128_is_zero(uint128_t big_uint) function
H A Dfortuna.c437 if (uint128_is_zero(fortuna_state.fs_counter))
713 KASSERT(!uint128_is_zero(fortuna_state.fs_counter), ("FS&K: C != 0"));
775 KASSERT(!uint128_is_zero(fortuna_state.fs_counter), ("FS&K: C != 0"));
798 return (!uint128_is_zero(fortuna_state.fs_counter));

Completed in 111 milliseconds