Home
last modified time | relevance | path

Searched refs:ptime (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dasn1_time_test.c165 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 Dx509_vfy.c1072 time_t *ptime; in check_crl_time() local
1076 ptime = &ctx->param->check_time; in check_crl_time()
1080 ptime = NULL; in check_crl_time()
1084 i = X509_cmp_time(X509_CRL_get0_lastUpdate(crl), ptime); in check_crl_time()
1100 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()
1787 time_t *ptime; in ossl_x509_check_cert_time() local
1791 ptime = &ctx->param->check_time; in ossl_x509_check_cert_time()
1795 ptime = NULL; in ossl_x509_check_cert_time()
1797 i = X509_cmp_time(X509_get0_notBefore(x), ptime); in ossl_x509_check_cert_time()
1803 i = X509_cmp_time(X509_get0_notAfter(x), ptime); in ossl_x509_check_cert_time()

Completed in 16 milliseconds