Home | History | Annotate | Download | only in ec

Lines Matching full:y_bit

638 	const BIGNUM *x_, int y_bit, BN_CTX *ctx)
654 y_bit = (y_bit != 0);
730 if (y_bit != BN_is_odd(y))
748 if (y_bit != BN_is_odd(y))
896 int y_bit;
908 y_bit = form & 1;
917 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
964 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) goto err;
976 if (y_bit != BN_is_odd(y))