Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/crypto/openssl/i386/
H A Dcast-586.S31 movb %dh,%cl
35 movb %dh,%al
52 movb %dh,%cl
56 movb %dh,%al
73 movb %dh,%cl
77 movb %dh,%al
94 movb %dh,%cl
98 movb %dh,%al
115 movb %dh,%cl
119 movb %dh,%al
[all …]
H A Ddes-586.S25 movb %dh,%cl
31 movb %dh,%cl
54 movb %dh,%cl
60 movb %dh,%cl
83 movb %dh,%cl
89 movb %dh,%cl
112 movb %dh,%cl
118 movb %dh,%cl
141 movb %dh,%cl
147 movb %dh,%cl
[all …]
H A Dbf-586.S33 movb %dh,%cl
53 movb %dh,%cl
73 movb %dh,%cl
93 movb %dh,%cl
113 movb %dh,%cl
133 movb %dh,%cl
153 movb %dh,%cl
173 movb %dh,%cl
193 movb %dh,%cl
213 movb %dh,%cl
[all …]
H A Dcrypt586.S59 movb %dh,%cl
65 movb %dh,%cl
109 movb %dh,%cl
115 movb %dh,%cl
159 movb %dh,%cl
165 movb %dh,%cl
209 movb %dh,%cl
215 movb %dh,%cl
259 movb %dh,%cl
265 movb %dh,%cl
[all …]
H A Dcmll-x86.S180 movzbl %dh,%esi
185 movzbl %dh,%esi
240 movzbl %dh,%esi
245 movzbl %dh,%esi
300 movzbl %dh,%esi
305 movzbl %dh,%esi
528 movzbl %dh,%esi
533 movzbl %dh,%esi
588 movzbl %dh,%esi
593 movzbl %dh,%esi
[all …]
H A Drc5-586.S453 movb 6(%esi),%dh
456 movb 5(%esi),%dh
529 movb %dh,5(%edi)
1017 movb 6(%esi),%dh
1020 movb 5(%esi),%dh
1093 movb %dh,5(%edi)
/f-stack/dpdk/drivers/crypto/openssl/
H A Dcompat.h37 set_dh_params(DH *dh, BIGNUM *p, BIGNUM *g) in set_dh_params() argument
39 dh->p = p; in set_dh_params()
40 dh->q = NULL; in set_dh_params()
41 dh->g = g; in set_dh_params()
46 set_dh_priv_key(DH *dh, BIGNUM *priv_key) in set_dh_priv_key() argument
48 dh->priv_key = priv_key; in set_dh_priv_key()
64 *pub_key = dh->pub_key; in get_dh_pub_key()
70 *priv_key = dh->priv_key; in get_dh_priv_key()
130 set_dh_params(DH *dh, BIGNUM *p, BIGNUM *g) in set_dh_params() argument
132 return !(DH_set0_pqg(dh, p, NULL, g)); in set_dh_params()
[all …]
H A Drte_openssl_pmd_ops.c983 xform->dh.p.data, in openssl_set_asym_session_parameters()
984 xform->dh.p.length, in openssl_set_asym_session_parameters()
987 xform->dh.g.data, in openssl_set_asym_session_parameters()
988 xform->dh.g.length, in openssl_set_asym_session_parameters()
993 DH *dh = DH_new(); in openssl_set_asym_session_parameters() local
994 if (dh == NULL) { in openssl_set_asym_session_parameters()
1001 DH_free(dh); in openssl_set_asym_session_parameters()
1011 asym_session->u.dh.key_op = (1 << xform->dh.type); in openssl_set_asym_session_parameters()
1013 if (xform->dh.type == in openssl_set_asym_session_parameters()
1031 asym_session->u.dh.dh_key = dh; in openssl_set_asym_session_parameters()
[all …]
H A Dopenssl_pmd_private.h166 struct dh { struct
169 } dh; member
H A Drte_openssl_pmd.c1696 struct rte_crypto_dh_op_param *op = &cop->asym->dh; in process_openssl_dh_op()
1697 DH *dh_key = sess->u.dh.dh_key; in process_openssl_dh_op()
1701 if (sess->u.dh.key_op & in process_openssl_dh_op()
1758 if ((sess->u.dh.key_op & in process_openssl_dh_op()
1760 !(sess->u.dh.key_op & in process_openssl_dh_op()
1795 if (sess->u.dh.key_op & (1 << RTE_CRYPTO_ASYM_OP_PUBLIC_KEY_GENERATE)) { in process_openssl_dh_op()
1809 if (sess->u.dh.key_op & in process_openssl_dh_op()
/f-stack/freebsd/crypto/des/arch/i386/
H A Ddes_enc.S140 movb %dh, %cl
149 movb %dh, %cl
177 movb %dh, %cl
186 movb %dh, %cl
214 movb %dh, %cl
223 movb %dh, %cl
251 movb %dh, %cl
260 movb %dh, %cl
288 movb %dh, %cl
297 movb %dh, %cl
[all …]
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_asym.c1173 asym_op->dh.shared_secret.data, in test_dh_gen_shared_sec()
1174 asym_op->dh.shared_secret.length); in test_dh_gen_shared_sec()
1223 asym_op->dh.priv_key.data = output; in test_dh_gen_priv_key()
1261 asym_op->dh.priv_key.data, in test_dh_gen_priv_key()
1262 asym_op->dh.priv_key.length); in test_dh_gen_priv_key()
1317 asym_op->dh.pub_key.data = output; in test_dh_gen_pub_key()
1360 asym_op->dh.pub_key.data, asym_op->dh.pub_key.length); in test_dh_gen_pub_key()
1363 asym_op->dh.priv_key.data, asym_op->dh.priv_key.length); in test_dh_gen_pub_key()
1420 asym_op->dh.pub_key.data = out_pub_key; in test_dh_gen_kp()
1725 debug_hexdump(stdout, "p:", dh_xform.dh.p.data, dh_xform.dh.p.length); in test_dh_keygenration()
[all …]
H A Dtest_cryptodev_dh_test_vectors.h68 .dh = {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstm32mp157c-dhcom-pdk2.dts19 compatible = "dh,stm32mp157c-dhcom-pdk2", "dh,stm32mp157c-dhcom-som",
H A Dstm32mp157a-dhcor-avenger96.dts22 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
H A Dimx6q-dhcom-pdk2.dts13 compatible = "dh,imx6q-dhcom-pdk2", "dh,imx6q-dhcom-som", "fsl,imx6q";
H A Daspeed-bmc-opp-zaius.dts227 * Clock buffer 9DBL04 @6dh
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S368 movzx %dh, %edi; \
373 movzx %dh, %edi; \
422 movzx %dh, %edi; \
427 movzx %dh, %edi; \
491 movzx %dh, %edi; \
499 movzx %dh, %edi; \
546 movzx %dh, %edi; \
551 movzx %dh, %edi; \
600 movzx %dh, %edi; \
605 movzx %dh, %edi; \
[all …]
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_asym.h417 struct rte_crypto_dh_xform dh; member
637 struct rte_crypto_dh_op_param dh; member
/f-stack/freebsd/kern/
H A Dsubr_fattime.c220 fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, in fattime2timespec() argument
229 tsp->tv_sec += dh / 100; in fattime2timespec()
230 tsp->tv_nsec = (dh % 100) * 10000000; in fattime2timespec()
/f-stack/freebsd/sys/
H A Dclock.h176 void fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c10735 dh = dev_flow->handle; in flow_dv_apply()
10736 dv_h = &dh->dvh; in flow_dv_apply()
10760 dh->rix_hrxq = hrxq_idx; in flow_dv_apply()
10783 dh->vf_vlan.tag && !dh->vf_vlan.created) { in flow_dv_apply()
10799 if (dh->fate_action == MLX5_FLOW_FATE_QUEUE && dh->rix_hrxq) { in flow_dv_apply()
10801 dh->rix_hrxq = 0; in flow_dv_apply()
10803 if (dh->vf_vlan.tag && dh->vf_vlan.created) in flow_dv_apply()
11212 if (!dh) in flow_dv_remove()
11214 if (dh->drv_flow) { in flow_dv_remove()
11216 dh->drv_flow = NULL; in flow_dv_remove()
[all …]
/f-stack/freebsd/tools/
H A Dsdiodevs2h.awk222 if (arg !~ /^-[dh]+$/ && arg !~ /devs$/)
H A Dusbdevs2h.awk222 if (arg !~ /^-[dh]+$/ && arg !~ /devs$/)
/f-stack/freebsd/i386/i386/
H A Dsupport.s299 movb %dh,%bl

12