Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/providers/implementations/rands/
HDdrbg_local.h248 OSSL_PARAM_time_t(OSSL_DRBG_PARAM_RESEED_TIME, NULL), \
HDdrbg.c910 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_RESEED_TIME); in ossl_drbg_get_ctx_params()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcore_names.h259 #define OSSL_DRBG_PARAM_RESEED_TIME "reseed_time" macro
/freebsd-14-stable/crypto/openssl/test/
HDdrbgtest.c127 *params = OSSL_PARAM_construct_time_t(OSSL_DRBG_PARAM_RESEED_TIME, &t); in reseed_time()