/openbmc/linux/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 20 #define K3 %xmm7 macro 89 _nh_stride K0, K1, K2, K3, 0x00 90 _nh_stride K1, K2, K3, K0, 0x10 91 _nh_stride K2, K3, K0, K1, 0x20 92 _nh_stride K3, K0, K1, K2, 0x30 101 _nh_stride K0, K1, K2, K3, 0x00 105 _nh_stride K1, K2, K3, K0, 0x10 109 _nh_stride K2, K3, K0, K1, 0x20
|
H A D | nh-avx2-x86_64.S | 23 #define K3 %ymm7 macro 88 vmovdqu 0x10(KEY), K3 89 _nh_2xstride K0, K1, K2, K3 94 _nh_2xstride K2, K3, K0, K1 111 vmovdqu 0x10(KEY), K3 112 _nh_2xstride K0, K1, K2, K3 118 vmovdqa K3, K1 127 _nh_2xstride K0, K1, K2, K3
|
H A D | sha1_avx2_x86_64_asm.S | 675 #define K3 0x8f1bbcdc macro 684 .long K3, K3, K3, K3 685 .long K3, K3, K3, K3
|
H A D | sha1_ssse3_asm.S | 435 #define K3 0x8f1bbcdc macro 444 .long K3, K3, K3, K3
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | nh-neon-core.S | 25 K3 .req v7 78 _nh_stride K0, K1, K2, K3 79 _nh_stride K1, K2, K3, K0 80 _nh_stride K2, K3, K0, K1 81 _nh_stride K3, K0, K1, K2 88 _nh_stride K0, K1, K2, K3 92 _nh_stride K1, K2, K3, K0 96 _nh_stride K2, K3, K0, K1
|
/openbmc/linux/arch/arm/crypto/ |
H A D | nh-neon-core.S | 35 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
|
/openbmc/linux/fs/ext4/ |
H A D | hash.c | 48 #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
|
/openbmc/linux/crypto/ |
H A D | anubis.c | 491 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()
|
H A D | rmd160.c | 28 #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 …]
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | Kconfig | 17 bool "Support for TI' K3 System Controller" 23 Say 'y' here to add support for TI' K3 System Controller. 26 bool "Support for TI's K3 based remoteproc driver" 32 Say 'y' here to add support for TI' K3 remoteproc driver.
|
/openbmc/u-boot/board/ti/am65x/ |
H A D | Kconfig | 7 prompt "K3 AM65 based boards" 11 bool "TI K3 based AM654 EVM running on A53" 16 bool "TI K3 based AM654 EVM running on R5"
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 55 #define K3 %v19 macro 92 VL K3,0,,COUNTER # load counter 104 VREPF XD0,K3,0 105 VREPF XD1,K3,1 106 VREPF XD2,K3,2 107 VREPF XD3,K3,3 286 VAF XD0,XD0,K3 309 VAF XD0,XD1,K3 336 VAF XD0,XD2,K3 363 VAF XD0,XD3,K3 [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/ |
H A D | k3-system-controller.txt | 1 Texas Instruments' K3 System Controller 4 K3 specific SoCs have a dedicated microcontroller for doing
|
H A D | k3-rproc.txt | 1 Texas Instruments' K3 Remote processor driver 4 In K3 generation Socs, loading an image on any processing entity
|
/openbmc/u-boot/doc/device-tree-bindings/mailbox/ |
H A D | k3-secure-proxy.txt | 1 Texas Instruments' K3 Secure Proxy 4 The Texas Instruments' K3 Secure Proxy is a mailbox controller that has
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | Kconfig | 97 tristate "TI K3 AM654x/J721E CPSW Ethernet driver" 106 This driver supports TI K3 AM654/J721E CPSW2G Ethernet SubSystem. 116 bool "TI K3 AM654x/J721E CPSW Switch mode support" 120 This enables switchdev support for TI K3 CPSWxG Ethernet 125 tristate "TI K3 AM65x CPTS" 129 Say y here to support the TI K3 AM65x CPTS with 1588 features such as
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | Kconfig | 28 bool "Texas Instruments K3 Secure Proxy Driver" 31 An implementation of Secure proxy slave driver for K3 SoCs from
|
/openbmc/linux/drivers/clk/keystone/ |
H A D | Kconfig | 31 tristate "Syscon based clock driver for K2/K3 SoCs" 36 clocks on TI's K2 and K3 SoCs.
|
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/ |
H A D | k3-am654-ddrss.txt | 1 Texas Instruments' K3 AM654 DDRSS 4 K3 based AM654 devices has DDR memory subsystem that comprises
|
/openbmc/u-boot/arch/arm/mach-k3/ |
H A D | Kconfig | 4 prompt "Texas Instruments' K3 based SoC select" 8 bool "TI's K3 based AM6 SoC Family Support"
|
/openbmc/linux/drivers/soc/ti/ |
H A D | Kconfig | 66 tristate "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
|
/openbmc/u-boot/drivers/firmware/ |
H A D | Kconfig | 19 complex System on Chip (SoC) such as those found on certain K3
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094-phicomm-k3.dts | 14 model = "Phicomm K3";
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Mussara | 2 [c59: TV3, K3/33, 3/24, 300, 3i]
|
H A D | es-Alpicat | 2 [c58: TV3, K3/33, 3/24, 300, 3i]
|