/openbmc/linux/lib/crypto/mpi/ |
H A D | ec.c | 689 MPI z1, z2, z3; in mpi_ec_get_affine() local 700 z3 = mpi_new(0); in mpi_ec_get_affine() 701 ec_mulm(z3, z2, z1, ctx); /* z3 = z^(-3) mod p */ in mpi_ec_get_affine() 702 ec_mulm(y, point->y, z3, ctx); in mpi_ec_get_affine() 703 mpi_free(z3); in mpi_ec_get_affine() 761 #define z3 (result->z) in dup_point_weierstrass() macro 773 mpi_set_ui(z3, 0); in dup_point_weierstrass() 795 /* Z3 = 2YZ */ in dup_point_weierstrass() 796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass() 797 ec_mul2(z3, z3, ctx); in dup_point_weierstrass() [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 177 " bne %0, %z3, 1f\n" \ 188 " bne %0, %z3, 1f\n" \ 221 " bne %0, %z3, 1f\n" \ 233 " bne %0, %z3, 1f\n" \ 268 " bne %0, %z3, 1f\n" \ 280 " bne %0, %z3, 1f\n" \ 313 " bne %0, %z3, 1f\n" \ 325 " bne %0, %z3, 1f\n" \
|
H A D | uaccess.h | 193 " sw %z3, %1\n" \
|
/openbmc/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 …]
|
/openbmc/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()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-1.c | 28 "mova z3.s, p0/m, za1v.s[w12, #3]\n\t" in foo() 38 "st1w {z3.s}, p0, [x0]\n\t" in foo()
|
H A D | sme-outprod1.c | 37 " mova z3.s, p0/m, za1v.s[w12, #3]\n" 47 " st1w {z3.s}, p0, [x0]\n"
|
/openbmc/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
|
/openbmc/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]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994-sony-xperia-kitakami-ivy.dts | 11 model = "Sony Xperia Z3+/Z4";
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cmpxchg.h | 47 " move $1, %z3 \n" \ 124 " bne %0, %z3, 2f \n" \
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | bmc150_magn.c | 126 __le16 z3; member 413 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() local 419 val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - in bmc150_magn_compensate_z()
|
/openbmc/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 */
|
H A D | aspeed-bmc-lenovo-hr630.dts | 541 pin-gpio-z3-hog {
|
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 631 pin-gpio-z3-hog {
|
/openbmc/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]
|
/openbmc/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()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 101 " bne %0, %z3, 2f \n" \
|
/openbmc/linux/crypto/ |
H A D | ecc.c | 1120 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian() 1201 * Output P' = (x1', y1', Z3), P + Q = (x3, y3, Z3) 1244 * Output P + Q = (x3, y3, Z3), P - Q = (x3', y3', Z3)
|
/openbmc/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-base.yaml | 180 opp-supported-hw = <X1 Y1 Z1>, <X2 Y2 Z2>, <X3 Y3 Z3>.
|
/openbmc/linux/Documentation/hid/ |
H A D | hid-alps.rst | 169 Byte6 Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 532 bits64 z0, z1, z2, z3; 535 mul64To128( a1, b1, &z2, &z3 ); 543 *z3Ptr = z3;
|
/openbmc/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 579 "YP-Z3", 1521 * Entry for Jenoptik JD 5200z3 1527 "JD 5200 z3",
|