Searched refs:a_tm (Results 1 – 1 of 1) sorted by relevance
2309 ASN1_TIME *a_tm = NULL; in do_updatedb() local2313 a_tm = ASN1_TIME_new(); in do_updatedb()2314 if (a_tm == NULL) in do_updatedb()2318 if (X509_time_adj(a_tm, 0, now) == NULL) { in do_updatedb()2319 ASN1_TIME_free(a_tm); in do_updatedb()2332 ASN1_TIME_free(a_tm); in do_updatedb()2337 ASN1_TIME_free(a_tm); in do_updatedb()2342 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()2353 ASN1_TIME_free(a_tm); in do_updatedb()