Home | History | Annotate | Download | only in apps

Lines Matching defs:OPT_SRVCERT

86 static char *opt_srvcert = NULL;
281 OPT_SRVCERT,
504 { "srvcert", OPT_SRVCERT
738 { &opt_trusted }, { &opt_untrusted }, { &opt_srvcert },
1379 if (opt_srvcert != NULL || opt_trusted != NULL) {
1380 if (opt_srvcert != NULL) {
1389 if (!setup_cert(ctx, opt_srvcert, opt_otherpass,
1643 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL)
1912 if (opt_recipient == NULL && opt_srvcert == NULL && opt_issuer == NULL
2973 case OPT_SRVCERT:
2974 opt_srvcert = opt_str();