Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c705 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1839 p = rrow[DB_exp_date]; in do_body()
1844 p = rrow[DB_exp_date]; in do_body()
1908 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1909 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1910 row[DB_exp_date][tm->length] = '\0'; in do_body()
2137 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2138 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2139 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2297 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h204 # define DB_exp_date 1 macro