Searched refs:OSSL_PARAM_get_time_t (Results 1 – 7 of 7) sorted by relevance
112 int OSSL_PARAM_get_time_t(const OSSL_PARAM *p, time_t *val);
103 || !TEST_true(OSSL_PARAM_get_time_t(p, &t)) in template_public_test()
408 if (!TEST_true(OSSL_PARAM_get_time_t(¶m, &in))) in test_param_time_t()
927 if (p != NULL && !OSSL_PARAM_get_time_t(p, &drbg->reseed_time_interval)) in ossl_drbg_set_ctx_params()
23 OSSL_PARAM_get_time_t, OSSL_PARAM_get_uint, OSSL_PARAM_get_uint32,
872 int OSSL_PARAM_get_time_t(const OSSL_PARAM *p, time_t *val) in OSSL_PARAM_get_time_t() function
5077 OSSL_PARAM_get_time_t 5205 3_0_0 EXIST::FUNCTION:
Completed in 20 milliseconds