| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | compat.h | 55 dsa->p = p; in set_dsa_params() 56 dsa->q = q; in set_dsa_params() 57 dsa->g = g; in set_dsa_params() 90 dsa->pub_key = pub; in set_dsa_keys() 91 dsa->priv_key = priv; in set_dsa_keys() 96 set_dsa_pub_key(DSA *dsa, BIGNUM *pub) in set_dsa_pub_key() argument 98 dsa->pub_key = pub; in set_dsa_pub_key() 104 *priv_key = dsa->priv_key; in get_dsa_priv_key() 162 DSA_set0_key(dsa, NULL, priv_key); in set_dsa_priv_key() 186 DSA_set0_key(dsa, pub_key, NULL); in set_dsa_pub_key() [all …]
|
| H A D | rte_openssl_pmd_ops.c | 1049 xform->dsa.p.data, in openssl_set_asym_session_parameters() 1050 xform->dsa.p.length, in openssl_set_asym_session_parameters() 1054 xform->dsa.g.data, in openssl_set_asym_session_parameters() 1059 xform->dsa.q.data, in openssl_set_asym_session_parameters() 1066 xform->dsa.x.data, in openssl_set_asym_session_parameters() 1072 DSA *dsa = DSA_new(); in openssl_set_asym_session_parameters() local 1073 if (dsa == NULL) { in openssl_set_asym_session_parameters() 1081 DSA_free(dsa); in openssl_set_asym_session_parameters() 1095 DSA_free(dsa); in openssl_set_asym_session_parameters() 1099 asym_session->u.s.dsa = dsa; in openssl_set_asym_session_parameters() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | brcm,bcm7445-switch-v4.0.txt | 12 - #address-cells: must be 1, see dsa/dsa.txt 13 - #size-cells: must be 0, see dsa/dsa.txt 17 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt 18 - dsa,ethernet: phandle to the CPU network interface controller, see dsa/dsa.txt 19 - #address-cells: must be 2, see dsa/dsa.txt 24 described in dsa/dsa.txt.
|
| H A D | hisilicon-hns-dsaf.txt | 7 - mode: dsa fabric mode string. only support one of dsaf modes like these: 21 The fourth region is dsa fabric base register and size. It is not required for 58 dsaf0: dsa@c7000000 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | dsa.txt | 4 See Documentation/devicetree/bindings/net/dsa/dsa.yaml for the documentation.
|
| H A D | dsa.yaml | 4 $id: http://devicetree.org/schemas/net/dsa/dsa.yaml# 25 dsa,member:
|
| H A D | lantiq-gswip.txt | 12 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of 52 dsa,member = <0 0>;
|
| H A D | lan9303.txt | 19 described in dsa/dsa.txt. The CPU port of this switch is always port 0.
|
| H A D | ksz.txt | 26 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
|
| H A D | realtek-smi.txt | 60 See net/dsa/dsa.txt for a list of additional required and optional properties 123 compatible = "realtek,smi-mdio", "dsa-mdio";
|
| H A D | ar9331.txt | 20 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
|
| H A D | qca8k.txt | 19 described in dsa/dsa.txt. If the QCA8K switch is connect to a SoC's external
|
| H A D | vitesse,vsc73xx.txt | 42 See net/dsa/dsa.txt for a list of additional required and optional properties
|
| H A D | marvell.txt | 8 If you need a stable binding, use the old dsa.txt binding. 14 Additional required and optional properties can be found in dsa.txt.
|
| H A D | b53.txt | 85 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | vf610-zii-dev-rev-b.dts | 35 dsa,member = <0 0>; 66 label = "dsa"; 119 dsa,member = <0 1>; 150 label = "dsa"; 162 label = "dsa"; 204 dsa,member = <0 2>; 254 label = "dsa";
|
| H A D | vf610-zii-scu4-aib.dts | 53 dsa,member = <0 0>; 113 label = "dsa"; 131 dsa,member = <0 1>; 155 label = "dsa"; 163 label = "dsa"; 179 dsa,member = <0 2>; 244 label = "dsa"; 262 dsa,member = <0 3>; 295 label = "dsa"; 302 label = "dsa";
|
| H A D | vf610-zii-dev-rev-c.dts | 34 dsa,member = <0 0>; 82 label = "dsa"; 129 dsa,member = <0 1>; 174 label = "dsa";
|
| H A D | bcm47094-linksys-panamera.dts | 161 dsa,member = <1 0>; 219 dsa,member = <0 0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-3720-turris-mox.dts | 282 dsa,member = <0 0>; 386 label = "dsa"; 407 dsa,member = <0 0>; 474 dsa,member = <0 1>; 570 label = "dsa"; 578 label = "dsa"; 599 dsa,member = <0 1>; 655 label = "dsa"; 666 dsa,member = <0 2>; 762 label = "dsa"; [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 1575 dsa->dsa_done(dsa->dsa_zgd, zio->io_error); in dmu_sync_done() 1577 kmem_free(dsa, sizeof (*dsa)); in dmu_sync_done() 1606 dsa->dsa_done(dsa->dsa_zgd, zio->io_error); in dmu_sync_late_arrival_done() 1609 kmem_free(dsa, sizeof (*dsa)); in dmu_sync_late_arrival_done() 1616 dmu_sync_arg_t *dsa; in dmu_sync_late_arrival() local 1635 dsa->dsa_dr = NULL; in dmu_sync_late_arrival() 1637 dsa->dsa_zgd = zgd; in dmu_sync_late_arrival() 1638 dsa->dsa_tx = tx; in dmu_sync_late_arrival() 1825 dsa->dsa_dr = dr; in dmu_sync() 1827 dsa->dsa_zgd = zgd; in dmu_sync() [all …]
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto_asym.h | 420 struct rte_crypto_dsa_xform dsa; member 638 struct rte_crypto_dsa_op_param dsa; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 1793 dsa_xform.dsa.p.length); in test_dsa_sign() 1795 dsa_xform.dsa.q.length); in test_dsa_sign() 1797 dsa_xform.dsa.g.length); in test_dsa_sign() 1799 dsa_xform.dsa.x.length); in test_dsa_sign() 1813 asym_op->dsa.message.data = dgst; in test_dsa_sign() 1815 asym_op->dsa.r.length = sizeof(r); in test_dsa_sign() 1816 asym_op->dsa.r.data = r; in test_dsa_sign() 1817 asym_op->dsa.s.length = sizeof(s); in test_dsa_sign() 1818 asym_op->dsa.s.data = s; in test_dsa_sign() 1845 asym_op->dsa.r.data, asym_op->dsa.r.length); in test_dsa_sign() [all …]
|
| H A D | test_cryptodev_dsa_test_vectors.h | 96 .dsa = {
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_pdma.c | 459 desc->dsa = req->src_addr + (i * req->block_len); in pdma_channel_request() 464 desc->dsa = req->src_addr; in pdma_channel_request() 469 desc->dsa = req->src_addr + (i * req->block_len); in pdma_channel_request()
|