Lines Matching refs:y_bit
175 int y_bit;
186 y_bit = form & 1;
190 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) {
227 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
273 int y_bit, BN_CTX *ctx) {
287 y_bit = (y_bit != 0);
370 if (y_bit != BN_is_odd(y)) {
391 if (y_bit != BN_is_odd(y)) {
410 int y_bit, BN_CTX *ctx) {
415 return ec_GFp_simple_set_compressed_coordinates(group, point, x, y_bit, ctx);