/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le-core.c | 117 fe51 x1, x2, z2, x3, z3; in curve25519_fe51() local 135 x2[0] = z3[0] = 1; in curve25519_fe51() 136 x2[1] = z3[1] = 0; in curve25519_fe51() 137 x2[2] = z3[2] = 0; in curve25519_fe51() 138 x2[3] = z3[3] = 0; in curve25519_fe51() 139 x2[4] = z3[4] = 0; in curve25519_fe51() 149 x25519_cswap(z2, z3, swap); in curve25519_fe51() 154 fsub(d, x3, z3); // D = x_3 - z_3 in curve25519_fe51() 155 fadd(c, x3, z3); // C = x_3 + z_3 in curve25519_fe51() 167 fmul121666(z3, e); // 121666 * E in curve25519_fe51() [all …]
|
/linux/Documentation/input/devices/ |
H A D | alps.rst | 114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0 168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0 212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 280 byte 4: Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0 290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0 304 byte 5: T&P 0 Z5 Z4 Z3 Z2 Z1 Z0 [all …]
|
/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 760 fe x1, x2, z2, x3, z3; in curve25519_generic() local 773 * z2' = z3' = 0, and z2 = z3 = 0 gives z2' = z3' = 0. The statement was in curve25519_generic() 798 fe_1(&z3); in curve25519_generic() 805 * pos >= -1; if z2 = 0 then x2 is nonzero; if z3 = 0 then x3 in curve25519_generic() 809 * to_xz (r*P) === if swap then (x3, z3) else (x2, z2) in curve25519_generic() 810 * to_xz ((r+1)*P) === if swap then (x2, z2) else (x3, z3) in curve25519_generic() 817 fe_cswap(&z2, &z3, swap); in curve25519_generic() 826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 829 fe_add(&z2l, &x3, &z3); in curve25519_generic() 830 fe_mul_tll(&z3, &tmp0l, &x2l); in curve25519_generic() [all …]
|
H A D | curve25519-hacl64.c | 484 u64 *z3 = ppq + 5; in addanddouble_fmonty() local 522 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
|
/linux/arch/x86/crypto/ |
H A D | aria-gfni-avx512-asm_64.S | 425 z0, z1, z2, z3, \ argument 436 z0, z1, z2, z3, \ 439 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \ 440 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \ 441 aria_diff_m(y0, y1, y2, y3, z0, z1, z2, z3); \ 442 aria_diff_m(y4, y5, y6, y7, z0, z1, z2, z3); \ 465 z0, z1, z2, z3, \ argument 476 z0, z1, z2, z3, \ 479 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \ 480 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \ [all …]
|
H A D | poly1305_glue.c | 57 * anyway. Z3 proof of below function: https://xn--4db.cc/ltPtHCKN/py
|
/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 42 " or %1, %1, %z3\n" \ 159 " bne %1, %z3, 1f\n" \ 197 " bne %0, %z3, 1f\n" \ 338 " amocas.q" cas_sfx " %0, %z3, %2" \
|
H A D | uaccess.h | 226 " sw %z3, %1\n" \
|
/linux/drivers/zorro/ |
H A D | zorro.ids | 325 1800 Picasso IV Z3 [Graphics Card] 418 0a00 FastLane Z3 [RAM Expansion] 419 0b00 Blizzard 1230-II/Fastlane Z3/CyberSCSI/CyberStorm060 [Accelerator and/or SCSI Host Adapter] 454 1000 Retina Z3 [Graphics Card]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994-sony-xperia-kitakami-ivy.dts | 11 model = "Sony Xperia Z3+/Z4";
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974pro-sony-xperia-shinano-leo.dts | 5 model = "Sony Xperia Z3";
|
H A D | qcom-msm8974pro-sony-xperia-shinano-aries.dts | 5 model = "Sony Xperia Z3 Compact";
|
/linux/arch/mips/include/asm/ |
H A D | cmpxchg.h | 47 " move $1, %z3 \n" \ 124 " bne %0, %z3, 2f \n" \
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-ptrace-asm.S | 87 ldr z3, [x7, #3, MUL VL] 228 str z3, [x7, #3, MUL VL]
|
/linux/drivers/iio/magnetometer/ |
H A D | bmc150_magn.c | 125 __le16 z3; member 412 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() local 418 val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - in bmc150_magn_compensate_z()
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-tyan-s8036.dts | 410 /*D2*/ "power-chassis-good", /* in: PWR_GOOD_LED -- Check if this is Z3?*/ 459 /*Z3*/ "post-complete", /* BMC_SYS_MON_PWROK */
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 158 ldr z3, [x2, #3, MUL VL] 290 str z3, [x2, #3, MUL VL]
|
/linux/drivers/scsi/ |
H A D | zorro_esp.c | 107 #define CYBER_DMA_Z3 0x20 /* 16 (Z2) or 32 (CHIP/Z3) bit DMA transfer */ 757 pr_info("%s at address 0x%lx is Fastlane Z3, fixing data!\n", in zorro_esp_probe() 841 * Only Fastlane Z3 for now - add switch for correct struct in zorro_esp_probe()
|
/linux/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 101 " bne %0, %z3, 2f \n" \
|
/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-base.yaml | 178 opp-supported-hw = <X1 Y1 Z1>, <X2 Y2 Z2>, <X3 Y3 Z3>.
|
/linux/Documentation/hid/ |
H A D | hid-alps.rst | 169 Byte6 Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0
|
/linux/crypto/ |
H A D | ecc.c | 1147 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian() 1228 * Output P' = (x1', y1', Z3), P + Q = (x3, y3, Z3) 1271 * Output P + Q = (x3, y3, Z3), P - Q = (x3', y3', Z3)
|
/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 532 bits64 z0, z1, z2, z3; 535 mul64To128( a1, b1, &z2, &z3 ); 543 *z3Ptr = z3;
|
/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 572 "YP-Z3", 1514 * Entry for Jenoptik JD 5200z3 1520 "JD 5200 z3",
|
/linux/arch/m68k/amiga/ |
H A D | config.c | 415 /* don't use Z2 RAM as system memory on Z3 capable machines */ in config_amiga()
|