Home
last modified time | relevance | path

Searched refs:z3 (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/lib/crypto/mpi/
Dec.c689 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()
796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass()
797 ec_mul2(z3, z3, ctx); in dup_point_weierstrass()
824 #undef z3 in dup_point_weierstrass()
[all …]
/linux-6.6.21/lib/crypto/
Dcurve25519-fiat32.c760 fe x1, x2, z2, x3, z3; in curve25519_generic() local
798 fe_1(&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()
834 fe_add(&x3l, &z3, &z2); in curve25519_generic()
835 fe_sub(&z2l, &z3, &z2); in curve25519_generic()
839 fe_mul121666(&z3, &tmp1l); in curve25519_generic()
841 fe_add(&tmp0l, &tmp0, &z3); in curve25519_generic()
[all …]
Dcurve25519-hacl64.c484 u64 *z3 = ppq + 5; in addanddouble_fmonty() local
522 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
/linux-6.6.21/arch/x86/crypto/
Daria-gfni-avx512-asm_64.S425 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 …]
Dcurve25519-x86_64.c983 u64 *z3 = nq_p1 + (u32)4U; in point_add_and_double() local
1025 fmul(z3, z3, x1, tmp2); in point_add_and_double()
/linux-6.6.21/Documentation/input/devices/
Dalps.rst114 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
290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0
/linux-6.6.21/drivers/iio/magnetometer/
Dbmc150_magn.c126 __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()
/linux-6.6.21/tools/testing/selftests/arm64/abi/
Dsyscall-abi-asm.S159 ldr z3, [x2, #3, MUL VL]
292 str z3, [x2, #3, MUL VL]
/linux-6.6.21/arch/arm/nwfpe/
Dsoftfloat-macros532 bits64 z0, z1, z2, z3;
535 mul64To128( a1, b1, &z2, &z3 );
543 *z3Ptr = z3;
/linux-6.6.21/drivers/video/fbdev/
Dcg6.c204 u32 x3, y3, z3, color3; member