Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
HDca.c940 if ((pp[DB_type][0] != DB_TYPE_REV) && in ca_main()
947 if ((pp[DB_type][0] == DB_TYPE_REV) && in ca_main()
1448 if (pp[DB_type][0] == DB_TYPE_REV) { in ca_main()
2156 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body()
2163 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()
2550 } else if (rrow[DB_type][0] == DB_TYPE_REV) { in do_revoke()
2562 rrow[DB_type][0] = DB_TYPE_REV; in do_revoke()
2622 } else if (rrow[DB_type][0] == DB_TYPE_REV) { in get_certificate_status()
HDapps.h213 #define DB_TYPE_REV 'R' macro
HDocsp.c1257 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()