Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Ddrbg.h108 enum drbg_seed_state { enum
136 enum drbg_seed_state seeded; /* DRBG fully seeded? */
/openbmc/linux/crypto/
H A Ddrbg.c1040 int reseed, enum drbg_seed_state new_seed_state) in __drbg_seed()
1156 enum drbg_seed_state new_seed_state = DRBG_SEED_STATE_FULL; in drbg_seed()