Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c94 static char *opt_secret = NULL; variable
579 {&opt_ref}, {&opt_secret},
1402 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1412 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1416 if (opt_secret != NULL) { in setup_protection_ctx()
1417 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
1421 cleanse(opt_secret); in setup_protection_ctx()
1447 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2407 opt_secret = opt_str(); in get_opts()
3053 cleanse(opt_secret); in cmp_main()