Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Ddrbg.h169 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests() function
/linux-4.1.27/crypto/
Ddrbg.c1335 if ((drbg_max_requests(shadow)) < shadow->reseed_ctr) in drbg_generate()