Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddrbg.h85 enum drbg_seed_state { enum
113 enum drbg_seed_state seeded; /* DRBG fully seeded? */
/linux/crypto/
H A Ddrbg.c812 int reseed, enum drbg_seed_state new_seed_state) in __drbg_seed()
928 enum drbg_seed_state new_seed_state = DRBG_SEED_STATE_FULL; in drbg_seed()