Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.h67 time_t exp_date; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c2247 ASN1_TIME *exp_date = NULL; in do_updatedb() local
2249 exp_date = ASN1_TIME_new(); in do_updatedb()
2250 if (exp_date == NULL) { in do_updatedb()
2255 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
2257 ASN1_TIME_free(exp_date); in do_updatedb()
2261 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2268 ASN1_TIME_free(exp_date); in do_updatedb()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dca.c2323 ASN1_TIME *exp_date = NULL; in do_updatedb() local
2325 exp_date = ASN1_TIME_new(); in do_updatedb()
2326 if (exp_date == NULL) { in do_updatedb()
2331 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
2333 ASN1_TIME_free(exp_date); in do_updatedb()
2337 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
2344 ASN1_TIME_free(exp_date); in do_updatedb()