Home
last modified time | relevance | path

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

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