Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Ddrbg.c198 static inline unsigned short drbg_sec_strength(drbg_flag_t flags) in drbg_sec_strength() function
234 unsigned short entropylen = drbg_sec_strength(drbg->core->flags); in drbg_fips_continuous_test()
1080 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed_from_random()
1137 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed()
1329 drbg->prev = kzalloc(drbg_sec_strength(drbg->core->flags), in drbg_alloc_state()