HomeSort by: relevance | last modified time | path
    Searched defs:opt_secret (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 94 static char *opt_secret = NULL; variable
225 OPT_REF, OPT_SECRET, OPT_CERT, OPT_OWN_TRUSTED, OPT_KEY, OPT_KEYPASS,
399 {"secret", OPT_SECRET, 's',
579 {&opt_ref}, {&opt_secret},
1402 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) {
1412 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) {
1416 if (opt_secret != NULL) {
1417 char *pass_string = get_passwd(opt_secret, "PBMAC");
1421 cleanse(opt_secret);
1447 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 106 static char *opt_secret = NULL; variable
298 OPT_SECRET,
542 { "secret", OPT_SECRET, 's',
746 { &opt_ref }, { &opt_secret },
1598 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) {
1608 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) {
1612 if (opt_secret != NULL) {
1613 char *pass_string = get_passwd(opt_secret, "PBMAC");
1617 cleanse(opt_secret);
1643 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL
    [all...]

Completed in 25 milliseconds