Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDca.c850 if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) { in MAIN()
857 !make_revoked(NULL, pp[DB_rev_date])) { in MAIN()
1360 j = make_revoked(r, pp[DB_rev_date]); in MAIN()
2113 row[DB_rev_date] = NULL; in do_body()
2381 row[DB_rev_date] = NULL; in do_revoke()
2444 rrow[DB_rev_date] = rev_str; in do_revoke()
HDapps.h283 # define DB_rev_date 2 macro
HDocsp.c1091 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()