Searched refs:opt_secret (Results 1 – 1 of 1) sorted by relevance
94 static char *opt_secret = NULL; variable575 {&opt_ref}, {&opt_secret},1372 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()1382 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()1386 if (opt_secret != NULL) { in setup_protection_ctx()1387 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()1391 cleanse(opt_secret); in setup_protection_ctx()1417 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()2354 opt_secret = opt_str(); in get_opts()2996 cleanse(opt_secret); in cmp_main()