Home
last modified time | relevance | path

Searched refs:pkey (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_keylocation.ksh59 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS
60 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS
64 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
68 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1
74 log_must zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1
77 log_must zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
86 log_must rm /$TESTPOOL/pkey
95 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
96 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_ecdsa_test_vectors.h33 rte_crypto_param pkey; member
116 .pkey = {
201 .pkey = {
286 .pkey = {
383 .pkey = {
498 .pkey = {
H A Dtest_cryptodev_asym.c1991 op->asym->ecdsa.pkey.data = input_params.pkey.data; in test_ecdsa_sign_verify()
1992 op->asym->ecdsa.pkey.length = input_params.pkey.length; in test_ecdsa_sign_verify()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unload-key/
H A Dzfs_unload-key_all.ksh52 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
56 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/zvol
60 -O keylocation=file:///$TESTPOOL/pkey $TESTPOOL1 $DISK2
H A Dzfs_unload-key_recursive.ksh52 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
54 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_all.ksh51 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
54 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/zvol
58 -O keylocation=file:///$TESTPOOL/pkey $TESTPOOL1 $DISK2
H A Dzfs_load-key_recursive.ksh50 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
53 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
H A Dzfs_load-key_file.ksh49 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_load.ksh49 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
H A Dzfs_change-key_location.ksh51 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
H A Dzfs_change-key_pbkdf2iters.ksh63 -o keylocation=file:///$TESTPOOL/pkey -o pbkdf2iters=200000 \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drecv_dedup_encrypted_zvol.ksh42 typeset keyfile=/$TESTPOOL/pkey
H A Dsend_realloc_encrypted_files.ksh54 typeset keyfile=/$TESTPOOL/pkey
H A Dsend-wR_encrypted_zvol.ksh54 typeset keyfile=/$TESTPOOL/pkey
H A Dsend_encrypted_truncated_files.ksh69 typeset keyfile=/$TESTPOOL/pkey
H A Dsend_encrypted_files.ksh59 typeset keyfile=/$TESTPOOL/pkey
H A Dsend_encrypted_props.ksh59 typeset keyfile=/$TESTPOOL/pkey
/f-stack/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h133 EVP_PKEY *pkey; member
H A Drte_openssl_pmd.c725 EVP_PKEY_free(sess->auth.hmac.pkey); in openssl_reset_session()
1215 __rte_unused uint8_t *iv, __rte_unused EVP_PKEY * pkey, in process_openssl_auth() argument
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c420 EVP_PKEY *pkey; in ngx_ssl_certificate() local
512 if (pkey == NULL) { in ngx_ssl_certificate()
529 EVP_PKEY_free(pkey); in ngx_ssl_certificate()
541 EVP_PKEY *pkey; in ngx_ssl_connection_certificate() local
583 if (pkey == NULL) { in ngx_ssl_connection_certificate()
600 EVP_PKEY_free(pkey); in ngx_ssl_connection_certificate()
701 EVP_PKEY *pkey; in ngx_ssl_load_certificate_key() local
734 if (pkey == NULL) { in ngx_ssl_load_certificate_key()
742 return pkey; in ngx_ssl_load_certificate_key()
791 if (pkey != NULL) { in ngx_ssl_load_certificate_key()
[all …]
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_asym.h577 rte_crypto_param pkey; member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2016 void *pkey; in ipfw_chk() local
2035 pkey = &key; in ipfw_chk()
2038 pkey = is_ipv4 ? (void *)&dst_ip: in ipfw_chk()
2041 pkey = is_ipv4 ? (void *)&src_ip: in ipfw_chk()
2092 cmd->arg1, keylen, pkey, &vidx); in ipfw_chk()
2103 void *pkey; in ipfw_chk() local
2110 pkey = &dst_ip; in ipfw_chk()
2112 pkey = &src_ip; in ipfw_chk()
2116 pkey = &args->f_id.dst_ip6; in ipfw_chk()
2118 pkey = &args->f_id.src_ip6; in ipfw_chk()
[all …]
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h610 uint16_t pkey_len = ecdsa->pkey.length; in cpt_ecdsa_sign_prep()
660 memcpy(dptr + pk_offset, ecdsa->pkey.data, pkey_len); in cpt_ecdsa_sign_prep()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c1426 EVP_PKEY *pkey, in process_cpu_auth_hmac() argument
1435 if (EVP_DigestSignInit(ctx, NULL, algo, NULL, pkey) <= 0) in process_cpu_auth_hmac()
1460 EVP_PKEY *pkey; in cpu_crypto_auth() local
1463 pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sess->auth.key, in cpu_crypto_auth()
1482 pkey, srclen, in cpu_crypto_auth()
1501 EVP_PKEY_free(pkey); in cpu_crypto_auth()
/f-stack/tools/ipfw/
H A Dtables.c1186 uint32_t key, *pkey; in tentry_fill_key_type() local
1244 pkey = (uint32_t *)paddr; in tentry_fill_key_type()
1245 *pkey = key; in tentry_fill_key_type()

12