Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_local.h248 OSSL_PARAM_time_t(OSSL_DRBG_PARAM_RESEED_TIME, NULL), \
H A Ddrbg.c910 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_RESEED_TIME); in ossl_drbg_get_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h259 #define OSSL_DRBG_PARAM_RESEED_TIME "reseed_time" macro
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c127 *params = OSSL_PARAM_construct_time_t(OSSL_DRBG_PARAM_RESEED_TIME, &t); in reseed_time()