Lines Matching defs:opt_secret
94 static char *opt_secret = NULL;
579 {&opt_ref}, {&opt_secret},
1402 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) {
1412 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) {
1416 if (opt_secret != NULL) {
1417 char *pass_string = get_passwd(opt_secret, "PBMAC");
1421 cleanse(opt_secret);
1447 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL)
2407 opt_secret = opt_str();
3053 cleanse(opt_secret);