Lines Matching refs:y_bit
41 const BIGNUM *x_, int y_bit,
56 y_bit = (y_bit != 0) ? 1 : 0;
101 if (z0 != y_bit) {
261 int y_bit, m;
282 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*.
285 y_bit = buf[0] & 1;
294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
343 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
359 if (y_bit != 0) {
366 if (y_bit != BN_is_odd(yxi)) {