Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c97 static char *opt_key = NULL; variable
580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
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()
1429 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()
1437 if (opt_key != NULL) { in setup_protection_ctx()
1438 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine, in setup_protection_ctx()
1532 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1541 opt_key == NULL ? "" : in setup_request_ctx()
1545 if (opt_key == NULL) { in setup_request_ctx()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dopts.c110 static char *opt_key = nullstr; variable
148 0, &opt_key, 0, FALSE },
1480 opt_key = key; in eval_fs_opts()
1559 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()