| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | zfs_set_keylocation.ksh | 59 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 D | test_cryptodev_ecdsa_test_vectors.h | 33 rte_crypto_param pkey; member 116 .pkey = { 201 .pkey = { 286 .pkey = { 383 .pkey = { 498 .pkey = {
|
| H A D | test_cryptodev_asym.c | 1991 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 D | zfs_unload-key_all.ksh | 52 -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 D | zfs_unload-key_recursive.ksh | 52 -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 D | zfs_load-key_all.ksh | 51 -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 D | zfs_load-key_recursive.ksh | 50 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1 53 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
|
| H A D | zfs_load-key_file.ksh | 49 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/ |
| H A D | zfs_change-key_load.ksh | 49 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
|
| H A D | zfs_change-key_location.ksh | 51 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
|
| H A D | zfs_change-key_pbkdf2iters.ksh | 63 -o keylocation=file:///$TESTPOOL/pkey -o pbkdf2iters=200000 \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | recv_dedup_encrypted_zvol.ksh | 42 typeset keyfile=/$TESTPOOL/pkey
|
| H A D | send_realloc_encrypted_files.ksh | 54 typeset keyfile=/$TESTPOOL/pkey
|
| H A D | send-wR_encrypted_zvol.ksh | 54 typeset keyfile=/$TESTPOOL/pkey
|
| H A D | send_encrypted_truncated_files.ksh | 69 typeset keyfile=/$TESTPOOL/pkey
|
| H A D | send_encrypted_files.ksh | 59 typeset keyfile=/$TESTPOOL/pkey
|
| H A D | send_encrypted_props.ksh | 59 typeset keyfile=/$TESTPOOL/pkey
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | openssl_pmd_private.h | 133 EVP_PKEY *pkey; member
|
| H A D | rte_openssl_pmd.c | 725 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 D | ngx_event_openssl.c | 420 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 D | rte_crypto_asym.h | 577 rte_crypto_param pkey; member
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 2016 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 D | cpt_ucode_asym.h | 610 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 D | ccp_crypto.c | 1426 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 D | tables.c | 1186 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()
|