Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c739 if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) { in ca_main()
745 if ((pp[DB_type][0] == DB_TYPE_REV) && !make_revoked(NULL, pp[DB_rev_date])) { in ca_main()
1230 j = make_revoked(r, pp[DB_rev_date]); in ca_main()
1950 row[DB_rev_date] = NULL; in do_body()
2179 row[DB_rev_date] = NULL; in do_revoke()
2231 rrow[DB_rev_date] = rev_str; in do_revoke()
H A Docsp.c1171 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h204 #define DB_rev_date 2 macro