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.h108 enum drbg_seed_state { enum
136 enum drbg_seed_state seeded; /* DRBG fully seeded? */
/linux/crypto/
H A Ddrbg.c1024 int reseed, enum drbg_seed_state new_seed_state) in __drbg_seed()
1140 enum drbg_seed_state new_seed_state = DRBG_SEED_STATE_FULL; in drbg_seed()