Lines Matching refs:longfelem
69 typedef limb longfelem[NLIMBS * 2]; typedef
167 static void longfelem_scalar(longfelem out, const u64 scalar) { in longfelem_scalar()
247 static void longfelem_diff(longfelem out, const longfelem in) { in longfelem_diff()
383 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square()
459 static void felem_square(longfelem out, const felem in) { in felem_square()
471 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul()
579 static void felem_mul(longfelem out, const felem in1, const felem in2) { in felem_mul()
592 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul()
618 static void felem_reduce_(felem out, const longfelem in) { in felem_reduce_()
658 static void felem_reduce(felem out, const longfelem in) { in felem_reduce()
682 static void felem_reduce_zero105(felem out, const longfelem in) { in felem_reduce_zero105()
812 longfelem tmp; in felem_inv()
916 longfelem tmp, tmp2; in point_double()
1039 longfelem tmp, tmp2; in point_add()
1538 longfelem tmp; in ec_GFp_nistp256_point_get_affine_coordinates()