Home
last modified time | relevance | path

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

/linux/arch/powerpc/crypto/
H A Dcurve25519-ppc64le-core.c117 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/arch/x86/crypto/
H A 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 …]
H A 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/lib/crypto/
H A 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 …]
H A Dcurve25519-hacl64.c484 u64 *z3 = ppq + 5; in addanddouble_fmonty() local
522 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
/linux/Documentation/input/devices/
H A 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/drivers/iio/magnetometer/
H A Dbmc150_magn.c125 __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/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S87 ldr z3, [x7, #3, MUL VL]
228 str z3, [x7, #3, MUL VL]
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S158 ldr z3, [x2, #3, MUL VL]
290 str z3, [x2, #3, MUL VL]
/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros532 bits64 z0, z1, z2, z3;
535 mul64To128( a1, b1, &z2, &z3 );
543 *z3Ptr = z3;
/linux/drivers/video/fbdev/
H A Dcg6.c203 u32 x3, y3, z3, color3; member