Searched refs:OSSL_PARAM_get_time_t (Results 1 – 7 of 7) sorted by relevance
115 int OSSL_PARAM_get_time_t(const OSSL_PARAM *p, time_t *val);
178 || !TEST_true(OSSL_PARAM_get_time_t(p, &t)) in template_public_test()
485 if (!TEST_true(OSSL_PARAM_get_time_t(¶m, &in))) in test_param_time_t()
981 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,
1037 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 44 milliseconds