Home
last modified time | relevance | path

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

/freebsd/crypto/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()