Home
last modified time | relevance | path

Searched refs:DRBG_SEED_STATE_PARTIAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h110 DRBG_SEED_STATE_PARTIAL, /* Seeded with !rng_is_initialized() */ enumerator
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h110 DRBG_SEED_STATE_PARTIAL, /* Seeded with !rng_is_initialized() */ enumerator
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c1053 case DRBG_SEED_STATE_PARTIAL: in __drbg_seed()
1162 new_seed_state = DRBG_SEED_STATE_PARTIAL; in drbg_seed()
1415 drbg->seeded == DRBG_SEED_STATE_PARTIAL) { in drbg_generate()
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c1056 case DRBG_SEED_STATE_PARTIAL: in __drbg_seed()
1185 new_seed_state = DRBG_SEED_STATE_PARTIAL; in drbg_seed()
1441 (drbg->seeded == DRBG_SEED_STATE_PARTIAL || in drbg_generate()

Completed in 8 milliseconds