Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c95 static char *opt_secret = NULL; variable
581 {&opt_ref}, {&opt_secret},
1396 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1406 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1410 if (opt_secret != NULL) { in setup_protection_ctx()
1411 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
1415 cleanse(opt_secret); in setup_protection_ctx()
1441 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL) in setup_protection_ctx()
2418 opt_secret = opt_str(); in get_opts()
3076 cleanse(opt_secret); in cmp_main()

Completed in 15 milliseconds