HomeSort by: relevance | last modified time | path
    Searched defs:rev_type (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 128 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
130 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg);
262 REVINFO_TYPE rev_type = REV_NONE; local
423 rev_type = (o - OPT_CRL_REASON) + REV_CRL_REASON;
1217 rev_type = REV_VALID;
1218 j = do_revoke(revcert, db, rev_type, rev_arg);
2053 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
2122 if (rev_type == REV_VALID)
2126 ok = do_revoke(x509, db, rev_type, value);
2133 } else if (rev_type == REV_VALID)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
ca.c 135 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
137 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg);
352 REVINFO_TYPE rev_type = REV_NONE; local
546 rev_type = (o - OPT_CRL_REASON) + REV_CRL_REASON;
1323 rev_type = REV_VALID;
1324 j = do_revoke(revcert, db, rev_type, rev_arg);
2134 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
2203 if (rev_type == REV_VALID)
2207 ok = do_revoke(x509, db, rev_type, value);
2214 } else if (rev_type == REV_VALID)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ca.c 134 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
136 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg);
301 REVINFO_TYPE rev_type = REV_NONE; local
490 rev_type = (o - OPT_CRL_REASON) + REV_CRL_REASON;
1327 rev_type = REV_VALID;
1328 j = do_revoke(revcert, db, rev_type, rev_arg);
2129 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
2198 if (rev_type == REV_VALID)
2202 ok = do_revoke(x509, db, rev_type, value);
2209 } else if (rev_type == REV_VALID)
    [all...]

Completed in 30 milliseconds