Home
last modified time | relevance | path

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

/openssl/test/
H 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/test/recipes/
H A D80-test_ocsp.t27 my @check_time=("-attime", "1355875200");
46 "-partial_chain", @check_time,
/openssl/crypto/x509/
H A Dx509_vpm.c178 dest->check_time = src->check_time; in X509_VERIFY_PARAM_inherit()
321 return param->check_time; in X509_VERIFY_PARAM_get_time()
326 param->check_time = t; in X509_VERIFY_PARAM_set_time()
H A Dx509_local.h23 time_t check_time; /* Time to use */ member
H A Dx509_vfy.c1076 ptime = &ctx->param->check_time; in check_crl_time()
1791 ptime = &ctx->param->check_time; in ossl_x509_check_cert_time()

Completed in 20 milliseconds