Lines Matching refs:y_bit
24 const BIGNUM *x_, int y_bit,
37 y_bit = (y_bit != 0);
123 if (y_bit != BN_is_odd(y)) {
143 if (y_bit != BN_is_odd(y)) {
279 int y_bit;
290 y_bit = form & 1;
298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
342 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
352 if (y_bit != BN_is_odd(y)) {