HomeSort by relevance Sort by last modified time
    Searched defs:y_bit (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ec2_oct.c 92 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
108 y_bit = (y_bit != 0) ? 1 : 0;
143 if (z0 != y_bit)
301 int y_bit; local
313 y_bit = form & 1;
322 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
370 if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x, y_bit, ctx)) goto err;
383 if (y_bit != BN_is_odd(yxi))
ecp_oct.c 71 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
87 y_bit = (y_bit != 0);
163 if (y_bit != BN_is_odd(y))
181 if (y_bit != BN_is_odd(y))
329 int y_bit; local
341 y_bit = form & 1;
350 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
397 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) goto err;
409 if (y_bit != BN_is_odd(y)
    [all...]

Completed in 19 milliseconds