Searched defs:rev_type (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dca.c233 char *make_revocation_str(int rev_type, char *rev_arg);
289 int rev_type = REV_NONE; local
532 rev_type = REV_CRL_REASON;
538 rev_type = REV_HOLD;
544 rev_type = REV_KEY_COMPROMISE;
550 rev_type = REV_CA_COMPROMISE;
1526 j=do_revoke(revcert,db, rev_type, rev_arg);
2717 char *make_revocation_str(int rev_type, char *rev_arg) argument
2724 switch (rev_type)
2771 if (rev_type
[all...]

Completed in 148 milliseconds