Home
last modified time | relevance | path

Searched refs:crypto (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/linux/Documentation/devicetree/bindings/crypto/
H A Dmarvell-cesa.txt5 "marvell,orion-crypto"
6 "marvell,kirkwood-crypto"
7 "marvell,dove-crypto"
8 "marvell,armada-370-crypto"
9 "marvell,armada-xp-crypto"
10 "marvell,armada-375-crypto"
11 "marvell,armada-38x-crypto"
26 - marvell,crypto-srams: phandle to crypto SRAM definitions
29 - marvell,crypto-sram-size: SRAM size reserved for crypto operations, if not
35 crypto@90000 {
[all …]
H A Dallwinner,sun4i-a10-crypto.yaml4 $id: http://devicetree.org/schemas/crypto/allwinner,sun4i-a10-crypto.yaml#
16 - const: allwinner,sun4i-a10-crypto
18 - const: allwinner,sun5i-a13-crypto
19 - const: allwinner,sun4i-a10-crypto
21 - const: allwinner,sun6i-a31-crypto
22 - const: allwinner,sun4i-a10-crypto
24 - const: allwinner,sun7i-a20-crypto
26 - const: allwinner,sun8i-a33-crypto
75 - allwinner,sun6i-a31-crypto
76 - allwinner,sun8i-a33-crypto
[all …]
H A Dmv_cesa.txt5 "marvell,orion-crypto"
6 "marvell,kirkwood-crypto"
7 "marvell,dove-crypto"
13 is deprecated and marvell,crypto-srams should be used instead
15 - clocks: reference to the crypto engines clocks. This property is only
17 - marvell,crypto-srams: phandle to crypto SRAM definitions
20 - marvell,crypto-sram-size: SRAM size reserved for crypto operations, if not
25 crypto@30000 {
26 compatible = "marvell,orion-crypto";
30 marvell,crypto-srams = <&crypto_sram>;
[all …]
H A Dqcom,inline-crypto-engine.yaml4 $id: http://devicetree.org/schemas/crypto/qcom,inline-crypto-engine.yaml#
16 - qcom,sa8775p-inline-crypto-engine
17 - qcom,sc7180-inline-crypto-engine
18 - qcom,sc7280-inline-crypto-engine
19 - qcom,sm8450-inline-crypto-engine
20 - qcom,sm8550-inline-crypto-engine
21 - qcom,sm8650-inline-crypto-engine
22 - const: qcom,inline-crypto-engine
41 crypto@1d88000 {
42 compatible = "qcom,sm8550-inline-crypto-engine",
[all …]
H A Dallwinner,sun8i-ce.yaml15 - allwinner,sun8i-h3-crypto
16 - allwinner,sun8i-r40-crypto
17 - allwinner,sun20i-d1-crypto
18 - allwinner,sun50i-a64-crypto
19 - allwinner,sun50i-h5-crypto
20 - allwinner,sun50i-h6-crypto
21 - allwinner,sun50i-h616-crypto
52 - allwinner,sun20i-d1-crypto
53 - allwinner,sun50i-h616-crypto
64 const: allwinner,sun50i-h6-crypto
[all …]
H A Drockchip,rk3288-crypto.yaml4 $id: http://devicetree.org/schemas/crypto/rockchip,rk3288-crypto.yaml#
15 - rockchip,rk3288-crypto
16 - rockchip,rk3328-crypto
17 - rockchip,rk3399-crypto
46 const: rockchip,rk3288-crypto
61 - const: crypto-rst
66 const: rockchip,rk3328-crypto
80 - const: crypto-rst
101 - const: crypto-rst
118 crypto@ff8a0000 {
[all …]
H A Dstarfive,jh7110-crypto.yaml4 $id: http://devicetree.org/schemas/crypto/starfive,jh7110-crypto.yaml#
16 - starfive,jh7110-crypto
17 - starfive,jh8100-crypto
66 const: starfive,jh7110-crypto
76 const: starfive,jh8100-crypto
85 crypto: crypto@16000000 {
86 compatible = "starfive,jh7110-crypto";
H A Damlogic,gxl-crypto.yaml4 $id: http://devicetree.org/schemas/crypto/amlogic,gxl-crypto.yaml#
15 - const: amlogic,gxl-crypto
46 crypto: crypto-engine@c883e000 {
47 compatible = "amlogic,gxl-crypto";
H A Dbrcm,spu-crypto.txt7 brcm,spum-crypto - for devices with SPU-M hardware
8 brcm,spu2-crypto - for devices with SPU2 hardware
9 brcm,spu2-v2-crypto - for devices with enhanced SPU2 hardware features like SHA3
11 brcm,spum-nsp-crypto - for the Northstar Plus variant of the SPU-M hardware
18 crypto@612d0000 {
19 compatible = "brcm,spum-crypto";
H A Dartpec6-crypto.txt1 Axis crypto engine with PDMA interface.
5 "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
6 "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
12 crypto@f4264000 {
13 compatible = "axis,artpec6-crypto";
H A Dallwinner,sun8i-ss.yaml4 $id: http://devicetree.org/schemas/crypto/allwinner,sun8i-ss.yaml#
15 - allwinner,sun8i-a83t-crypto
16 - allwinner,sun9i-a80-crypto
53 crypto: crypto@1c15000 {
54 compatible = "allwinner,sun8i-a83t-crypto";
H A Dmediatek-crypto.txt4 - compatible: Should be "mediatek,eip97-crypto"
6 - interrupts: Should contain the five crypto engines interrupts in numeric
14 crypto: crypto@1b240000 {
15 compatible = "mediatek,eip97-crypto";
/linux/drivers/crypto/ccp/
H A DMakefile18 obj-$(CONFIG_CRYPTO_DEV_CCP_CRYPTO) += ccp-crypto.o
19 ccp-crypto-objs := ccp-crypto-main.o \
20 ccp-crypto-aes.o \
21 ccp-crypto-aes-cmac.o \
22 ccp-crypto-aes-xts.o \
23 ccp-crypto-aes-galois.o \
24 ccp-crypto-des3.o \
25 ccp-crypto-rsa.o \
26 ccp-crypto-sha.o
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c20 #include <crypto/aead.h>
53 struct snp_guest_crypto *crypto; member
174 struct snp_guest_crypto *crypto; in init_crypto() local
176 crypto = kzalloc(sizeof(*crypto), GFP_KERNEL_ACCOUNT); in init_crypto()
177 if (!crypto) in init_crypto()
180 crypto->tfm = crypto_alloc_aead("gcm(aes)", 0, 0); in init_crypto()
181 if (IS_ERR(crypto->tfm)) in init_crypto()
184 if (crypto_aead_setkey(crypto->tfm, key, keylen)) in init_crypto()
187 crypto in init_crypto()
216 deinit_crypto(struct snp_guest_crypto * crypto) deinit_crypto() argument
224 enc_dec_message(struct snp_guest_crypto * crypto,struct snp_guest_msg * msg,u8 * src_buf,u8 * dst_buf,size_t len,bool enc) enc_dec_message() argument
269 struct snp_guest_crypto *crypto = snp_dev->crypto; __enc_payload() local
281 struct snp_guest_crypto *crypto = snp_dev->crypto; dec_payload() local
293 struct snp_guest_crypto *crypto = snp_dev->crypto; verify_and_dec_payload() local
497 struct snp_guest_crypto *crypto = snp_dev->crypto; get_report() local
537 struct snp_guest_crypto *crypto = snp_dev->crypto; get_derived_key() local
580 struct snp_guest_crypto *crypto = snp_dev->crypto; get_ext_report() local
[all...]
/linux/arch/riscv/crypto/
H A DKconfig16 - Zvkned vector crypto extension
18 - Zvkb vector crypto extension (CTR)
19 - Zvkg vector crypto extension (XTS)
30 - Zvkb vector crypto extension
40 - Zvkg vector crypto extension
51 - Zvkb vector crypto extension
61 - Zvknhb vector crypto extension
62 - Zvkb vector crypto extension
73 - Zvksh vector crypto extension
74 - Zvkb vector crypto extension
[all …]
/linux/Documentation/crypto/
H A Dapi-skcipher.rst4 .. kernel-doc:: include/linux/crypto.h
7 .. kernel-doc:: include/linux/crypto.h
13 .. kernel-doc:: include/crypto/skcipher.h
16 .. kernel-doc:: include/crypto/skcipher.h
22 .. kernel-doc:: include/crypto/skcipher.h
25 .. kernel-doc:: include/crypto/skcipher.h
31 .. kernel-doc:: include/crypto/internal/cipher.h
34 .. kernel-doc:: include/crypto/internal/cipher.h
H A Dapi-digest.rst4 .. kernel-doc:: include/crypto/hash.h
7 .. kernel-doc:: include/crypto/hash.h
13 .. kernel-doc:: include/crypto/hash.h
16 .. kernel-doc:: include/crypto/hash.h
22 .. kernel-doc:: include/crypto/hash.h
25 .. kernel-doc:: include/crypto/hash.h
31 .. kernel-doc:: include/crypto/hash.h
34 .. kernel-doc:: include/crypto/hash.h
H A Dapi-kpp.rst4 .. kernel-doc:: include/crypto/kpp.h
10 .. kernel-doc:: include/crypto/kpp.h
13 .. kernel-doc:: include/crypto/kpp.h
19 .. kernel-doc:: include/crypto/kpp.h
25 .. kernel-doc:: include/crypto/ecdh.h
28 .. kernel-doc:: include/crypto/ecdh.h
34 .. kernel-doc:: include/crypto/dh.h
37 .. kernel-doc:: include/crypto/dh.h
H A Dapi-aead.rst4 .. kernel-doc:: include/crypto/aead.h
7 .. kernel-doc:: include/crypto/aead.h
13 .. kernel-doc:: include/crypto/aead.h
19 .. kernel-doc:: include/crypto/aead.h
22 .. kernel-doc:: include/crypto/aead.h
/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-hpre3 Contact: linux-crypto@vger.kernel.org
9 Contact: linux-crypto@vger.kernel.org
16 Contact: linux-crypto@vger.kernel.org
25 Contact: linux-crypto@vger.kernel.org
32 Contact: linux-crypto@vger.kernel.org
42 Contact: linux-crypto@vger.kernel.org
48 Contact: linux-crypto@vger.kernel.org
55 Contact: linux-crypto@vger.kernel.org
62 Contact: linux-crypto@vger.kernel.org
71 Contact: linux-crypto@vger.kernel.org
[all …]
H A Ddebugfs-hisi-sec3 Contact: linux-crypto@vger.kernel.org
11 Contact: linux-crypto@vger.kernel.org
19 Contact: linux-crypto@vger.kernel.org
29 Contact: linux-crypto@vger.kernel.org
36 Contact: linux-crypto@vger.kernel.org
43 Contact: linux-crypto@vger.kernel.org
51 Contact: linux-crypto@vger.kernel.org
58 Contact: linux-crypto@vger.kernel.org
64 Contact: linux-crypto@vger.kernel.org
70 Contact: linux-crypto@vger.kernel.org
[all …]
H A Ddebugfs-hisi-zip3 Contact: linux-crypto@vger.kernel.org
9 Contact: linux-crypto@vger.kernel.org
15 Contact: linux-crypto@vger.kernel.org
24 Contact: linux-crypto@vger.kernel.org
31 Contact: linux-crypto@vger.kernel.org
41 Contact: linux-crypto@vger.kernel.org
48 Contact: linux-crypto@vger.kernel.org
55 Contact: linux-crypto@vger.kernel.org
64 Contact: linux-crypto@vger.kernel.org
71 Contact: linux-crypto@vger.kernel.org
[all …]
/linux/drivers/staging/rtl8192e/
H A DKconfig19 tristate "Support for rtllib CCMP crypto"
26 CCMP crypto driver for rtllib.
29 Adds support for the CCM mode Protocol crypto driver for
33 tristate "Support for rtllib TKIP crypto"
40 TKIP crypto driver for rtllib.
47 tristate "Support for rtllib WEP crypto"
52 WEP crypto driver for rtllib.
56 (WEP) crypto protocol for wireless cards.
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c439 memcpy(crypto->key, in memcpy_tkip()
441 sizeof(crypto->key)); in memcpy_tkip()
444 memcpy(crypto->tx_mic, in memcpy_tkip()
446 sizeof(crypto->tx_mic)); in memcpy_tkip()
449 memcpy(crypto->rx_mic, in memcpy_tkip()
462 struct rt2x00lib_crypto crypto; in rt2x00mac_set_key() local
485 memset(&crypto, 0, sizeof(crypto)); in rt2x00mac_set_key()
494 crypto.cmd = cmd; in rt2x00mac_set_key()
497 crypto.address = sta->addr; in rt2x00mac_set_key()
499 crypto.wcid = sta_priv->wcid; in rt2x00mac_set_key()
[all …]
/linux/drivers/net/ethernet/chelsio/inline_crypto/
H A DKconfig3 # Chelsio inline crypto configuration
11 Enable support for inline crypto.
12 Allows enable/disable from list of inline crypto drivers.
22 Support Chelsio Inline TLS with Chelsio crypto accelerator.
29 tristate "Chelsio IPSec XFRM Tx crypto offload"
34 Support Chelsio Inline IPsec with Chelsio crypto accelerator.
48 crypto accelerator. CONFIG_CHELSIO_TLS_DEVICE flag can be enabled

12345678910>>...20