Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_time_t (Results 1 – 6 of 6) sorted by relevance

/openssl/include/openssl/
H A Dparams.h126 int OSSL_PARAM_set_time_t(OSSL_PARAM *p, time_t val);
/openssl/providers/implementations/rands/
H A Ddrbg.c921 if (p != NULL && !OSSL_PARAM_set_time_t(p, drbg->reseed_time)) in ossl_drbg_get_ctx_params()
925 if (p != NULL && !OSSL_PARAM_set_time_t(p, drbg->reseed_time_interval)) in ossl_drbg_get_ctx_params()
/openssl/test/
H A Dparams_api_test.c479 if (!TEST_true(OSSL_PARAM_set_time_t(&param, in))) in test_param_time_t()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod30 OSSL_PARAM_set_time_t, OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32,
/openssl/crypto/
H A Dparams.c1050 int OSSL_PARAM_set_time_t(OSSL_PARAM *p, time_t val) in OSSL_PARAM_set_time_t() function
/openssl/util/
H A Dlibcrypto.num5078 OSSL_PARAM_set_time_t 5206 3_0_0 EXIST::FUNCTION:

Completed in 36 milliseconds