Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dcmp.c91 static char *opt_secret = NULL; variable
544 {&opt_ref}, {&opt_secret},
1331 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1341 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1345 if (opt_secret != NULL) { in setup_protection_ctx()
1346 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
1350 cleanse(opt_secret); in setup_protection_ctx()
1376 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2284 opt_secret = opt_str(); in get_opts()
2896 cleanse(opt_secret); in cmp_main()

Completed in 7 milliseconds