Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c106 static char *opt_secret = NULL; variable
658 {&opt_ref}, {&opt_secret},
1501 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1511 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1515 if (opt_secret != NULL) { in setup_protection_ctx()
1516 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
1520 cleanse(opt_secret); in setup_protection_ctx()
1546 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2824 opt_secret = opt_str(); in get_opts()
3810 cleanse(opt_secret); in cmp_main()

Completed in 19 milliseconds