Home
last modified time | relevance | path

Searched refs:check_time (Results 1 – 5 of 5) sorted by relevance

/openssl-master/test/
A Dgmdifftest.c22 static int check_time(long offset) in check_time() function
52 return check_time(offset) in test_gmtime()
53 && check_time(-offset) in test_gmtime()
54 && check_time(offset * 1000L) in test_gmtime()
55 && check_time(-offset * 1000L) in test_gmtime()
56 && check_time(offset * 1000000L) in test_gmtime()
57 && check_time(-offset * 1000000L); in test_gmtime()
/openssl-master/test/recipes/
A D80-test_ocsp.t27 my @check_time=("-attime", "1355875200");
45 "-partial_chain", @check_time,
/openssl-master/crypto/x509/
A Dx509_vpm.c187 dest->check_time = src->check_time; in X509_VERIFY_PARAM_inherit()
325 return param->check_time; in X509_VERIFY_PARAM_get_time()
330 param->check_time = t; in X509_VERIFY_PARAM_set_time()
A Dx509_local.h23 time_t check_time; /* Time to use */ member
A Dx509_vfy.c1015 ptime = &ctx->param->check_time; in check_crl_time()
1713 ptime = &ctx->param->check_time; in ossl_x509_check_cert_time()

Completed in 13 milliseconds