Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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 …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2114 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val) in zpool_vdev_script_alloc_env() argument
2153 if (opt_key != NULL) { in zpool_vdev_script_alloc_env()
2154 rc = asprintf(&env[5], "%s=%s", opt_key, in zpool_vdev_script_alloc_env()
H A Dlibzfs.abi8198 <parameter type-id='80f4b756' name='opt_key'/>
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h341 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val);