Searched refs:y_bit (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_oct.c72 const BIGNUM *x, int y_bit, BN_CTX *ctx)
89 group, point, x, y_bit, ctx);
98 group, point, x, y_bit, ctx);
101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
106 const BIGNUM *x, int y_bit, BN_CTX *ctx)
123 group, point, x, y_bit, ctx);
126 group, point, x, y_bit, ctx);
128 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
71 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
105 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 Dec2_oct.c92 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))
91 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 Decp_oct.c71 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 !
70 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]
H A Dec_lcl.h137 const BIGNUM *x, int y_bit, BN_CTX *);
321 const BIGNUM *x, int y_bit, BN_CTX *);
377 const BIGNUM *x, int y_bit, BN_CTX *);
H A Dec.h498 * \param y_bit integer with the y-Bit (either 0 or 1)
503 const BIGNUM *x, int y_bit, BN_CTX *ctx);
531 * \param y_bit integer with the y-Bit (either 0 or 1)
536 const BIGNUM *x, int y_bit, BN_CTX *ctx);

Completed in 180 milliseconds