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.c109 static char *opt_key = NULL; variable
747 { &opt_cert }, { &opt_own_trusted }, { &opt_key }, { &opt_keypass },
1601 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1611 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1628 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()
1636 if (opt_key != NULL) { in setup_protection_ctx()
1637 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine, in setup_protection_ctx()
1776 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1801 opt_key == NULL ? "" : ", and -key option superseded by -csr"); in setup_request_ctx()
1806 if (opt_key == NULL) { in setup_request_ctx()
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2293 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val) in zpool_vdev_script_alloc_env() argument
2332 if (opt_key != NULL) { in zpool_vdev_script_alloc_env()
2333 rc = asprintf(&env[5], "%s=%s", opt_key, in zpool_vdev_script_alloc_env()
H A Dlibzfs.abi9141 <parameter type-id='80f4b756' name='opt_key'/>
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h358 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val);