Searched refs:ptime (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | asn1_time_test.c | 165 ASN1_TIME *ptime; in test_table() local 211 if (!TEST_ptr(ptime)) { in test_table() 226 TEST_info("ASN1_TIME_set() = %*s", ptime->length, ptime->data); in test_table() 227 ASN1_TIME_free(ptime); in test_table() 230 ptime = ASN1_TIME_new(); in test_table() 231 if (!TEST_ptr(ptime)) { in test_table() 258 TEST_info("ASN1_TIME_set_string_gmt() = %*s", ptime->length, ptime->data); in test_table() 262 ptime = ASN1_TIME_new(); in test_table() 263 if (!TEST_ptr(ptime)) { in test_table() 282 TEST_info("ASN1_TIME_set_string() = %*s", ptime->length, ptime->data); in test_table() [all …]
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1105 time_t *ptime; in check_crl_time() local 1109 ptime = &ctx->param->check_time; in check_crl_time() 1113 ptime = NULL; in check_crl_time() 1117 i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime); in check_crl_time() 1133 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time() 1820 time_t *ptime; in ossl_x509_check_cert_time() local 1824 ptime = &ctx->param->check_time; in ossl_x509_check_cert_time() 1828 ptime = NULL; in ossl_x509_check_cert_time() 1830 i = X509_cmp_time(X509_get0_notBefore(x), ptime); in ossl_x509_check_cert_time() 1836 i = X509_cmp_time(X509_get0_notAfter(x), ptime); in ossl_x509_check_cert_time()
|
Completed in 13 milliseconds