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_smpl.c 425 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
441 y_bit = (y_bit != 0) ? 1 : 0;
476 if (z0 != y_bit)
634 int y_bit; local
646 y_bit = form & 1;
655 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit)
703 if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x, y_bit, ctx)) goto err;
716 if (y_bit != BN_is_odd(yxi))
ecp_smpl.c 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; local
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)
    [all...]

Completed in 476 milliseconds