Home
last modified time | relevance | path

Searched refs:a_tm (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dca.c2304 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2308 a_tm = ASN1_TIME_new(); in do_updatedb()
2309 if (a_tm == NULL) in do_updatedb()
2313 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2314 ASN1_TIME_free(a_tm); in do_updatedb()
2327 ASN1_TIME_free(a_tm); in do_updatedb()
2332 ASN1_TIME_free(a_tm); in do_updatedb()
2337 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2348 ASN1_TIME_free(a_tm); in do_updatedb()
/third_party/openssl/apps/
H A Dca.c2284 ASN1_TIME *a_tm = NULL; in do_updatedb() local
2288 a_tm = ASN1_TIME_new(); in do_updatedb()
2289 if (a_tm == NULL) in do_updatedb()
2293 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2294 ASN1_TIME_free(a_tm); in do_updatedb()
2307 ASN1_TIME_free(a_tm); in do_updatedb()
2312 ASN1_TIME_free(a_tm); in do_updatedb()
2317 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2328 ASN1_TIME_free(a_tm); in do_updatedb()

Completed in 7 milliseconds