| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | sha.c | 60 uint32_t W[80]; in SHA1_Transform() local 71 E += ror27(A) + (W[t] = bswap_32(ctx->buf.w[t])) + (D ^ (B & (C ^ D))) + \ in SHA1_Transform() 88 ror27(A) + (W[t] = ror31(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16])) + \ in SHA1_Transform() 101 ror27(A) + (W[t] = ror31(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16])) + \ in SHA1_Transform() 117 ror27(A) + (W[t] = ror31(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16])) + \ in SHA1_Transform() 133 ror27(A) + (W[t] = ror31(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16])) + \ in SHA1_Transform() 205 uint32_t W[80]; in SHA1_transform() local 215 W[t] = tmp; in SHA1_transform() 219 W[t] = rol(1, W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16]); in SHA1_transform() 229 uint32_t tmp = rol(5, A) + E + W[t]; in SHA1_transform()
|
| H A D | resource_tool.c | 64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 66 GET_UINT32_BE (W[0], data, 0); in sha1_process() 67 GET_UINT32_BE (W[1], data, 4); in sha1_process() 68 GET_UINT32_BE (W[2], data, 8); in sha1_process() 69 GET_UINT32_BE (W[3], data, 12); in sha1_process() 70 GET_UINT32_BE (W[4], data, 16); in sha1_process() 71 GET_UINT32_BE (W[5], data, 20); in sha1_process() 72 GET_UINT32_BE (W[6], data, 24); in sha1_process() 73 GET_UINT32_BE (W[7], data, 28); in sha1_process() 74 GET_UINT32_BE (W[8], data, 32); in sha1_process() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha256.c | 87 uint32_t W[64]; in sha256_process_one() local 90 GET_UINT32_BE(W[0], data, 0); in sha256_process_one() 91 GET_UINT32_BE(W[1], data, 4); in sha256_process_one() 92 GET_UINT32_BE(W[2], data, 8); in sha256_process_one() 93 GET_UINT32_BE(W[3], data, 12); in sha256_process_one() 94 GET_UINT32_BE(W[4], data, 16); in sha256_process_one() 95 GET_UINT32_BE(W[5], data, 20); in sha256_process_one() 96 GET_UINT32_BE(W[6], data, 24); in sha256_process_one() 97 GET_UINT32_BE(W[7], data, 28); in sha256_process_one() 98 GET_UINT32_BE(W[8], data, 32); in sha256_process_one() [all …]
|
| H A D | sha1.c | 98 unsigned long temp, W[16], A, B, C, D, E; in sha1_process_one() local 100 GET_UINT32_BE (W[0], data, 0); in sha1_process_one() 101 GET_UINT32_BE (W[1], data, 4); in sha1_process_one() 102 GET_UINT32_BE (W[2], data, 8); in sha1_process_one() 103 GET_UINT32_BE (W[3], data, 12); in sha1_process_one() 104 GET_UINT32_BE (W[4], data, 16); in sha1_process_one() 105 GET_UINT32_BE (W[5], data, 20); in sha1_process_one() 106 GET_UINT32_BE (W[6], data, 24); in sha1_process_one() 107 GET_UINT32_BE (W[7], data, 28); in sha1_process_one() 108 GET_UINT32_BE (W[8], data, 32); in sha1_process_one() [all …]
|
| H A D | sha512.c | 161 uint64_t temp1, temp2, W[80]; in sha512_process() local 184 GET_UINT64_BE(W[i], data, i << 3); in sha512_process() 188 W[i] = S1(W[i - 2]) + W[i - 7] + in sha512_process() 189 S0(W[i - 15]) + W[i - 16]; in sha512_process() 203 P(A, B, C, D, E, F, G, H, W[i], K[i]); in sha512_process() 205 P(H, A, B, C, D, E, F, G, W[i], K[i]); in sha512_process() 207 P(G, H, A, B, C, D, E, F, W[i], K[i]); in sha512_process() 209 P(F, G, H, A, B, C, D, E, W[i], K[i]); in sha512_process() 211 P(E, F, G, H, A, B, C, D, W[i], K[i]); in sha512_process() 213 P(D, E, F, G, H, A, B, C, W[i], K[i]); in sha512_process() [all …]
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_sha256.c | 80 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 83 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform() 86 W[t] = sigma1(W[t - 2]) + W[t - 7] + in SHA256Transform() 87 sigma0(W[t - 15]) + W[t - 16]; in SHA256Transform() 93 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun4i-a10-inet-3w.dts | 4 * Minimal dts file for the iNet 3W for u-boot only 13 model = "iNet 3W";
|
| H A D | tegra20-medcom-wide.dts | 64 nvidia,backlight-vdd-gpios = <&gpio TEGRA_GPIO(W, 0)
|
| H A D | tegra20-tec.dts | 76 nvidia,backlight-vdd-gpios = <&gpio TEGRA_GPIO(W, 0)
|
| H A D | tegra30-colibri.dts | 93 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
|
| H A D | tegra20-colibri.dts | 106 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | unified.h | 36 #define W(instr) instr.w 49 #define W(instr) instr
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7m/ |
| H A D | start.S | 13 W(b) _main
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.extrawarn | 17 export KBUILD_ENABLE_EXTRA_GCC_CHECKS := $(W) 56 $(error W=$(KBUILD_ENABLE_EXTRA_GCC_CHECKS) is unknown)
|
| /rk3399_rockchip-uboot/board/toradex/colibri_imx6/ |
| H A D | MAINTAINERS | 3 W: http://developer.toradex.com/software/linux/linux-software
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 145 SMC91111> W E 20 3412 148 SMC91111> W E 21 7856 151 SMC91111> W E 22 BC9A 181 - W : Write a register in the EEPROM or in the MAC 217 SMC91111> W E 2A ABCD 221 SMC91111> W M 14 FF00
|
| /rk3399_rockchip-uboot/board/toradex/apalis_imx6/ |
| H A D | MAINTAINERS | 3 W: http://developer.toradex.com/software/linux/linux-software
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | MAINTAINERS | 9 W: https://www.theobroma-systems.com/rk3399-q7/tech-specs
|
| /rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/ |
| H A D | MAINTAINERS | 9 W: https://www.theobroma-systems.com/rk3368-uq7/tech-specs
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | memcpy.S | 20 W(ldr) \reg, [\ptr], #4 36 W(str) \reg, [\ptr], #4 113 W(nop) 131 W(nop)
|
| /rk3399_rockchip-uboot/board/freescale/ls1046ardb/ |
| H A D | README | 52 0x05_0000_0000 - 0x05_07FF_FFFF QMAN S/W Portal 128M 53 0x05_0800_0000 - 0x05_0FFF_FFFF BMAN S/W Portal 128M
|
| /rk3399_rockchip-uboot/board/freescale/ls1046aqds/ |
| H A D | README | 57 0x05_0000_0000 - 0x05_07FF_FFFF QMAN S/W Portal 128M 58 0x05_0800_0000 - 0x05_0FFF_FFFF BMAN S/W Portal 128M
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | MAINTAINERS | 194 INET 3W BOARD 338 W: http://linux-sunxi.org/Sinlinx_SinA31s 344 W: http://linux-sunxi.org/Sinlinx_SinA33 365 W: https://linux-sunxi.org/Sunchip_CX-A99
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/input/ |
| H A D | cros-ec-keyb.txt | 66 /* E R W I */
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 193 li t1, 0x7 # Clear I, R and W conditions
|