Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/apps/
Dca.c226 char *make_revocation_str(int rev_type, char *rev_arg);
279 int rev_type = REV_NONE; in MAIN() local
496 rev_type = REV_CRL_REASON; in MAIN()
502 rev_type = REV_HOLD; in MAIN()
508 rev_type = REV_KEY_COMPROMISE; in MAIN()
514 rev_type = REV_CA_COMPROMISE; in MAIN()
1460 j=do_revoke(revcert,db, rev_type, rev_arg); in MAIN()
2647 char *make_revocation_str(int rev_type, char *rev_arg) in make_revocation_str() argument
2653 switch (rev_type) in make_revocation_str()
2700 if (rev_type == REV_KEY_COMPROMISE) in make_revocation_str()