Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dca.c714 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1853 p = rrow[DB_exp_date]; in do_body()
1858 p = rrow[DB_exp_date]; in do_body()
1922 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1923 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1924 row[DB_exp_date][tm->length] = '\0'; in do_body()
2151 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2152 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2153 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2311 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/third_party/openssl/apps/include/
Dapps.h196 # define DB_exp_date 1 macro