Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h188 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests() function
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h189 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests() function
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c1066 drbg->reseed_threshold = drbg_max_requests(drbg); in __drbg_seed()
1571 drbg->reseed_threshold = drbg_max_requests(drbg); in drbg_instantiate()
2007 drbg->reseed_threshold = drbg_max_requests(drbg); in drbg_healthcheck_sanity()
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c1069 drbg->reseed_threshold = drbg_max_requests(drbg); in __drbg_seed()
1599 drbg->reseed_threshold = drbg_max_requests(drbg); in drbg_instantiate()
2033 drbg->reseed_threshold = drbg_max_requests(drbg); in drbg_healthcheck_sanity()

Completed in 7 milliseconds