Home
last modified time | relevance | path

Searched refs:K3 (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v6.1/arch/arm64/crypto/
Dnh-neon-core.S24 K3 .req v7
77 _nh_stride K0, K1, K2, K3
78 _nh_stride K1, K2, K3, K0
79 _nh_stride K2, K3, K0, K1
80 _nh_stride K3, K0, K1, K2
87 _nh_stride K0, K1, K2, K3
91 _nh_stride K1, K2, K3, K0
95 _nh_stride K2, K3, K0, K1
Dghash-ce-core.S375 K3 .req v28
388 ld1 {K0.4s-K3.4s}, [\rk]
410 .irp key, K0, K1, K2, K3, K4 K5
722 .irp key, K0, K1, K2, K3, K4, K5
/Linux-v6.1/arch/x86/crypto/
Dnh-sse2-x86_64.S19 #define K3 %xmm7 macro
88 _nh_stride K0, K1, K2, K3, 0x00
89 _nh_stride K1, K2, K3, K0, 0x10
90 _nh_stride K2, K3, K0, K1, 0x20
91 _nh_stride K3, K0, K1, K2, 0x30
100 _nh_stride K0, K1, K2, K3, 0x00
104 _nh_stride K1, K2, K3, K0, 0x10
108 _nh_stride K2, K3, K0, K1, 0x20
Dnh-avx2-x86_64.S22 #define K3 %ymm7 macro
87 vmovdqu 0x10(KEY), K3
88 _nh_2xstride K0, K1, K2, K3
93 _nh_2xstride K2, K3, K0, K1
110 vmovdqu 0x10(KEY), K3
111 _nh_2xstride K0, K1, K2, K3
117 vmovdqa K3, K1
126 _nh_2xstride K0, K1, K2, K3
Dsha1_avx2_x86_64_asm.S686 #define K3 0x8f1bbcdc macro
695 .long K3, K3, K3, K3
696 .long K3, K3, K3, K3
Dsha1_ssse3_asm.S434 #define K3 0x8f1bbcdc macro
443 .long K3, K3, K3, K3
/Linux-v6.1/arch/arm/crypto/
Dnh-neon-core.S35 K3 .req q7
88 _nh_stride K0, K1, K2, K3
89 _nh_stride K1, K2, K3, K0
90 _nh_stride K2, K3, K0, K1
91 _nh_stride K3, K0, K1, K2
98 _nh_stride K0, K1, K2, K3
102 _nh_stride K1, K2, K3, K0
106 _nh_stride K2, K3, K0, K1
Dsha1-armv7-neon.S29 #define K3 0x8F1BBCDC macro
35 .LK3: .long K3, K3, K3, K3
/Linux-v6.1/fs/ext4/
Dhash.c48 #define K3 015666365641UL macro
78 ROUND(H, a, b, c, d, in[3] + K3, 3); in half_md4_transform()
79 ROUND(H, d, a, b, c, in[7] + K3, 9); in half_md4_transform()
80 ROUND(H, c, d, a, b, in[2] + K3, 11); in half_md4_transform()
81 ROUND(H, b, c, d, a, in[6] + K3, 15); in half_md4_transform()
82 ROUND(H, a, b, c, d, in[1] + K3, 3); in half_md4_transform()
83 ROUND(H, d, a, b, c, in[5] + K3, 9); in half_md4_transform()
84 ROUND(H, c, d, a, b, in[0] + K3, 11); in half_md4_transform()
85 ROUND(H, b, c, d, a, in[4] + K3, 15); in half_md4_transform()
97 #undef K3
/Linux-v6.1/crypto/
Danubis.c491 u32 K0, K1, K2, K3; in anubis_setkey() local
498 K3 = T4[(kappa[N - 1] ) & 0xff]; in anubis_setkey()
515 K3 = T4[(kappa[i] ) & 0xff] ^ in anubis_setkey()
516 (T5[(K3 >> 24) ] & 0xff000000U) ^ in anubis_setkey()
517 (T5[(K3 >> 16) & 0xff] & 0x00ff0000U) ^ in anubis_setkey()
518 (T5[(K3 >> 8) & 0xff] & 0x0000ff00U) ^ in anubis_setkey()
519 (T5[(K3 ) & 0xff] & 0x000000ffU); in anubis_setkey()
525 ctx->E[r][3] = K3; in anubis_setkey()
Drmd160.c28 #define K3 RMD_K3 macro
104 ROUND(dd, ee, aa, bb, cc, F3, K3, in[3], 11); in rmd160_transform()
105 ROUND(cc, dd, ee, aa, bb, F3, K3, in[10], 13); in rmd160_transform()
106 ROUND(bb, cc, dd, ee, aa, F3, K3, in[14], 6); in rmd160_transform()
107 ROUND(aa, bb, cc, dd, ee, F3, K3, in[4], 7); in rmd160_transform()
108 ROUND(ee, aa, bb, cc, dd, F3, K3, in[9], 14); in rmd160_transform()
109 ROUND(dd, ee, aa, bb, cc, F3, K3, in[15], 9); in rmd160_transform()
110 ROUND(cc, dd, ee, aa, bb, F3, K3, in[8], 13); in rmd160_transform()
111 ROUND(bb, cc, dd, ee, aa, F3, K3, in[1], 15); in rmd160_transform()
112 ROUND(aa, bb, cc, dd, ee, F3, K3, in[2], 14); in rmd160_transform()
[all …]
/Linux-v6.1/arch/s390/crypto/
Dchacha-s390.S54 #define K3 %v19 macro
91 VL K3,0,,COUNTER # load counter
103 VREPF XD0,K3,0
104 VREPF XD1,K3,1
105 VREPF XD2,K3,2
106 VREPF XD3,K3,3
285 VAF XD0,XD0,K3
308 VAF XD0,XD1,K3
335 VAF XD0,XD2,K3
362 VAF XD0,XD3,K3
[all …]
/Linux-v6.1/drivers/net/ethernet/ti/
DKconfig94 tristate "TI K3 AM654x/J721E CPSW Ethernet driver"
102 This driver supports TI K3 AM654/J721E CPSW2G Ethernet SubSystem.
112 bool "TI K3 AM654x/J721E CPSW Switch mode support"
116 This enables switchdev support for TI K3 CPSWxG Ethernet
121 tristate "TI K3 AM65x CPTS"
125 Say y here to support the TI K3 AM65x CPTS with 1588 features such as
/Linux-v6.1/drivers/clk/keystone/
DKconfig31 tristate "Syscon based clock driver for K2/K3 SoCs"
36 clocks on TI's K2 and K3 SoCs.
/Linux-v6.1/drivers/soc/ti/
DKconfig66 bool "K3 Ring accelerator Sub System"
70 Say y here to support the K3 Ring accelerator module.
82 Include support for the SoC bus socinfo for the TI K3 Multicore SoC
/Linux-v6.1/arch/arm/boot/dts/
Dbcm47094-phicomm-k3.dts14 model = "Phicomm K3";
Ds3c6410-mini6410.dts82 label = "K3";
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dk3dma.txt1 * Hisilicon K3 DMA controller
/Linux-v6.1/drivers/remoteproc/
DKconfig330 tristate "TI K3 DSP remoteproc support"
336 subsystems on various TI K3 family of SoCs through the remote
343 tristate "TI K3 R5 remoteproc support"
349 on various TI K3 family of SoCs through the remote processor
/Linux-v6.1/drivers/dma/ti/
DKconfig55 Say y here to support the K3 NAVSS DMA glue interface
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-am62.dtsi15 model = "Texas Instruments K3 AM625 SoC";
Dk3-am64.dtsi15 model = "Texas Instruments K3 AM642 SoC";
Dk3-am65.dtsi15 model = "Texas Instruments K3 AM654 SoC";
/Linux-v6.1/arch/arm64/
DKconfig.platforms125 bool "Texas Instruments Inc. K3 multicore SoC architecture"
135 This enables support for Texas Instruments' K3 multicore SoC
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/ti/
Dam65_nuss_cpsw_switchdev.rst4 Texas Instruments K3 AM65 CPSW NUSS switchdev based ethernet driver

12