Searched refs:crypto (Results 1 – 25 of 190) sorted by relevance
12345678
/arch/arm64/crypto/ |
D | Kbuild.fips140 | 19 crypto-arm64-fips-src := $(srctree)/arch/arm64/crypto/ 20 crypto-arm64-fips-modules := sha1-ce.o sha2-ce.o sha512-ce.o ghash-ce.o \ 25 crypto-fips-objs += $(foreach o,$(crypto-arm64-fips-modules),$($(o:.o=-y):.o=-fips-arch.o)) 30 $(obj)/aes-glue-%-fips-arch.o: $(crypto-arm64-fips-src)/aes-glue.c FORCE 34 $(obj)/%-fips-arch.o: $(crypto-arm64-fips-src)/%.c FORCE 37 $(obj)/%-fips-arch.o: $(crypto-arm64-fips-src)/%.S FORCE 40 $(obj)/%: $(crypto-arm64-fips-src)/%_shipped
|
/arch/arm64/ |
D | Makefile.postlink | 19 CMD_FIPS140_GEN_HMAC = crypto/fips140_gen_hmac 35 $(objtree)/crypto/fips140.ko: FORCE 42 rm -f $(objtree)/crypto/fips140.ko.rela.*
|
D | Kbuild | 6 obj-$(CONFIG_CRYPTO) += crypto/
|
/arch/powerpc/boot/dts/fsl/ |
D | c293si-post.dtsi | 119 crypto@80000 { 123 crypto@80000 { 135 crypto@a0000 { 139 crypto@a0000 { 151 crypto@c0000 { 155 crypto@c0000 {
|
D | p1020rdb-pc_camp_core1.dts | 7 * This dts allows core1 to have l2, eth0, crypto. 111 28 72 58 /* usb, sdhci, crypto */ 117 0xe6 0xe7 /* sdhci, crypto , pci */
|
D | p1020rdb-pc_camp_core0.dts | 8 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi. 55 17 18 24 45 /* enet0-queue-group1, crypto */
|
D | mpc8572ds_camp_core1.dts | 75 crypto@30000 { 80 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */
|
/arch/arm64/boot/dts/freescale/ |
D | fsl-lx2160a-cex7.dtsi | 16 crypto = &crypto; 29 &crypto {
|
D | fsl-lx2160a-qds.dts | 16 crypto = &crypto; 34 &crypto {
|
D | fsl-lx2160a-rdb.dts | 16 crypto = &crypto; 34 &crypto {
|
/arch/mips/cavium-octeon/crypto/ |
D | Makefile | 6 obj-y += octeon-crypto.o
|
/arch/sparc/ |
D | Kbuild | 10 obj-y += crypto/
|
/arch/arm/boot/dts/ |
D | imx6ull.dtsi | 12 /delete-node/ &crypto; 61 dcp: crypto@2280000 {
|
D | orion5x.dtsi | 216 cesa: crypto@90000 { 217 compatible = "marvell,orion-crypto"; 221 marvell,crypto-srams = <&crypto_sram>; 222 marvell,crypto-sram-size = <0x800>;
|
D | armada-370.dtsi | 229 cesa: crypto@90000 { 230 compatible = "marvell,armada-370-crypto"; 236 marvell,crypto-srams = <&crypto_sram>; 237 marvell,crypto-sram-size = <0x7e0>; 254 * Reserve some amount of the crypto SRAM to put the
|
D | kirkwood.dtsi | 39 MBUS_ID(0x03, 0x01) 0 0xf5000000 0x10000 /* crypto sram */ 255 cesa: crypto@30000 { 256 compatible = "marvell,kirkwood-crypto"; 261 marvell,crypto-srams = <&crypto_sram>; 262 marvell,crypto-sram-size = <0x800>;
|
D | mt7623a.dtsi | 16 &crypto {
|
D | armada-xp.dtsi | 158 cesa: crypto@90000 { 159 compatible = "marvell,armada-xp-crypto"; 165 marvell,crypto-srams = <&crypto_sram0>, 167 marvell,crypto-sram-size = <0x800>;
|
/arch/s390/ |
D | Kbuild | 5 obj-y += crypto/
|
/arch/mips/cavium-octeon/ |
D | Makefile | 16 obj-y += crypto/
|
/arch/arm/ |
D | Kbuild | 11 obj-y += crypto/
|
/arch/powerpc/ |
D | Kbuild | 10 obj-y += crypto/
|
/arch/x86/ |
D | Kbuild | 20 obj-y += crypto/
|
D | Makefile.um | 2 core-y += arch/x86/crypto/
|
/arch/arm/mach-dove/ |
D | common.c | 89 struct clk *nand, *camera, *i2s0, *i2s1, *crypto, *ac97, *pdma; in dove_clk_init() local 105 crypto = dove_register_gate("crypto", "tclk", CLOCK_GATING_BIT_CRYPTO); in dove_clk_init() 130 orion_clkdev_add(NULL, "mv_crypto", crypto); in dove_clk_init()
|
12345678