Searched defs:y_bit (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/ec/
H A Dec2_smpl.c425 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))
424 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
H A Dec_lib.c912 const BIGNUM *x, int y_bit, BN_CTX *ctx)
924 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
929 const BIGNUM *x, int y_bit, BN_CTX *ctx)
941 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
911 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
928 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
H A Decp_smpl.c638 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 !
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]

Completed in 170 milliseconds