Lines Matching refs:ONE
133 static const BN_ULONG ONE[P256_LIMBS] = { variable
219 res = a[0] ^ ONE[0]; in is_one()
220 res |= a[1] ^ ONE[1]; in is_one()
221 res |= a[2] ^ ONE[2]; in is_one()
222 res |= a[3] ^ ONE[3]; in is_one()
224 res |= a[4] ^ ONE[4]; in is_one()
225 res |= a[5] ^ ONE[5]; in is_one()
226 res |= a[6] ^ ONE[6]; in is_one()
510 copy_conditional(res_z, ONE, in1infty); in ecp_nistz256_point_add_affine()
932 && (ret = bn_set_words(out->Z, ONE, P256_LIMBS))) in ecp_nistz256_set_from_affine()
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()