Searched refs:DB_rev_date (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dca.c846 if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) {
853 !make_revoked(NULL, pp[DB_rev_date])) {
1359 j = make_revoked(r, pp[DB_rev_date]);
2127 row[DB_rev_date] = OPENSSL_malloc(1);
2130 (row[DB_rev_date] == NULL) ||
2138 row[DB_rev_date][0] = '\0';
2400 row[DB_rev_date] = NULL;
2465 rrow[DB_rev_date] = rev_str;
H A Dapps.h283 # define DB_rev_date 2 macro
H A Docsp.c1090 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);

Completed in 137 milliseconds