Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/rands/
Ddrbg_local.h233 OSSL_PARAM_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, NULL), \
248 OSSL_PARAM_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, NULL), \
Ddrbg.c900 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_RESEED_REQUESTS); in ossl_drbg_get_ctx_params()
926 p = OSSL_PARAM_locate_const(params, OSSL_DRBG_PARAM_RESEED_REQUESTS); in ossl_drbg_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_local.h233 OSSL_PARAM_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, NULL), \
248 OSSL_PARAM_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, NULL), \
Ddrbg.c900 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_RESEED_REQUESTS); in ossl_drbg_get_ctx_params()
926 p = OSSL_PARAM_locate_const(params, OSSL_DRBG_PARAM_RESEED_REQUESTS); in ossl_drbg_set_ctx_params()
/third_party/openssl/doc/man7/
DEVP_RAND-TEST-RAND.pod29 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
33 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
DEVP_RAND-HASH-DRBG.pod29 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
DEVP_RAND-HMAC-DRBG.pod29 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
DEVP_RAND-CTR-DRBG.pod29 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
Dprovider-rand.pod202 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
212 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h250 #define OSSL_DRBG_PARAM_RESEED_REQUESTS "reseed_requests" macro
/third_party/openssl/include/openssl/
Dcore_names.h250 #define OSSL_DRBG_PARAM_RESEED_REQUESTS "reseed_requests" macro
/third_party/openssl/doc/man3/
DEVP_RAND.pod277 =item "reseed_requests" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
287 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
/third_party/node/deps/openssl/openssl/crypto/rand/
Drand_lib.c601 *p++ = OSSL_PARAM_construct_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, in rand_new_drbg()
/third_party/openssl/crypto/rand/
Drand_lib.c601 *p++ = OSSL_PARAM_construct_uint(OSSL_DRBG_PARAM_RESEED_REQUESTS, in rand_new_drbg()