Lines Matching refs:Z

48     BN_ULONG Z[P256_LIMBS];  member
266 const BN_ULONG *in_z = a->Z; in ecp_nistz256_point_double()
270 BN_ULONG *res_z = r->Z; in ecp_nistz256_point_double()
323 const BN_ULONG *in1_z = a->Z; in ecp_nistz256_point_add()
327 const BN_ULONG *in2_z = b->Z; in ecp_nistz256_point_add()
429 memcpy(r->Z, res_z, sizeof(res_z)); in ecp_nistz256_point_add()
452 const BN_ULONG *in1_z = a->Z; in ecp_nistz256_point_add_affine()
515 memcpy(r->Z, res_z, sizeof(res_z)); in ecp_nistz256_point_add_affine()
673 || !ecp_nistz256_bignum_to_field_elem(temp[0].Z, point[i]->Z)) { in ecp_nistz256_windowed_mul()
799 is_one(generator->Z); in ecp_nistz256_is_affine_G()
932 && (ret = bn_set_words(out->Z, ONE, P256_LIMBS))) in ecp_nistz256_set_from_affine()
1056 ecp_nistz256_neg(p.p.Z, p.p.Y); in ecp_nistz256_points_mul()
1057 copy_conditional(p.p.Y, p.p.Z, wvalue & 1); in ecp_nistz256_points_mul()
1073 p.p.Z[0] = ONE[0] & infty; in ecp_nistz256_points_mul()
1074 p.p.Z[1] = ONE[1] & infty; in ecp_nistz256_points_mul()
1075 p.p.Z[2] = ONE[2] & infty; in ecp_nistz256_points_mul()
1076 p.p.Z[3] = ONE[3] & infty; in ecp_nistz256_points_mul()
1078 p.p.Z[4] = ONE[4] & infty; in ecp_nistz256_points_mul()
1079 p.p.Z[5] = ONE[5] & infty; in ecp_nistz256_points_mul()
1080 p.p.Z[6] = ONE[6] & infty; in ecp_nistz256_points_mul()
1081 p.p.Z[7] = ONE[7] & infty; in ecp_nistz256_points_mul()
1095 ecp_nistz256_neg(t.p.Z, t.a.Y); in ecp_nistz256_points_mul()
1096 copy_conditional(t.a.Y, t.p.Z, wvalue & 1); in ecp_nistz256_points_mul()
1145 !bn_set_words(r->Z, p.p.Z, P256_LIMBS)) { in ecp_nistz256_points_mul()
1148 r->Z_is_one = is_one(r->Z) & 1; in ecp_nistz256_points_mul()
1177 !ecp_nistz256_bignum_to_field_elem(point_z, point->Z)) { in ecp_nistz256_get_affine()