/kernel/linux/linux-5.10/lib/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() 796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass() 797 ec_mul2(z3, z in dup_point_weierstrass() 824 #undef z3 dup_point_weierstrass() macro 946 #define z3 add_points_weierstrass() macro 1044 #undef z3 add_points_weierstrass() macro 1340 MPI z2, z3; mpi_ec_mul_point() local [all...] |
/kernel/linux/linux-6.6/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() 796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass() 797 ec_mul2(z3, z in dup_point_weierstrass() 824 #undef z3 dup_point_weierstrass() macro 946 #define z3 add_points_weierstrass() macro 1044 #undef z3 add_points_weierstrass() macro 1337 MPI z2, z3; mpi_ec_mul_point() local [all...] |
/kernel/linux/linux-5.10/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() [all...] |
H A D | curve25519-hacl64.c | 486 u64 *z3 = ppq + 5; in addanddouble_fmonty() local 524 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aria-gfni-avx512-asm_64.S | 425 z0, z1, z2, z3, \ 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, \ 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 | curve25519-x86_64.c | 983 u64 *z3 = nq_p1 + (u32)4U; in point_add_and_double() local 1025 fmul(z3, z3, x1, tmp2); in point_add_and_double()
|
/kernel/linux/linux-6.6/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() [all...] |
H A D | curve25519-hacl64.c | 484 u64 *z3 = ppq + 5; in addanddouble_fmonty() local 522 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
H A D | bmc150_magn.c | 125 __le16 z3; member 411 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() local 417 val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - in bmc150_magn_compensate_z()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 159 ldr z3, [x2, #3, MUL VL] 292 str z3, [x2, #3, MUL VL]
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 772 u64 *z3 = nq_p1 + (u32)4U; in point_add_and_double() local 814 fmul(z3, z3, x1, tmp2); in point_add_and_double()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cg6.c | 203 u32 x3, y3, z3, color3; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cg6.c | 204 u32 x3, y3, z3, color3; member
|