Searched refs:y_bit (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1572 const struct crypto_bignum *x, int y_bit)
1581 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN;
1570 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
H A Dcrypto_openssl.c1803 const struct crypto_bignum *x, int y_bit)
1808 (const BIGNUM *) x, y_bit,
1801 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
H A Dcrypto.h831 * @y_bit: y-bit (0 or 1) for selecting the y value to use
836 const struct crypto_bignum *x, int y_bit);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_oct.c73 const BIGNUM *x_, int y_bit,
89 y_bit = (y_bit != 0);
170 if (y_bit != BN_is_odd(y)) {
192 if (y_bit != BN_is_odd(y)) {
331 int y_bit; local
342 y_bit = form & 1;
350 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
395 (group, point, x, y_bit, ctx))
405 if (y_bit !
71 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.h146 const BIGNUM *x, int y_bit,
354 const BIGNUM *x, int y_bit,
428 const BIGNUM *x, int y_bit,
H A Dec2_oct.c94 const BIGNUM *x_, int y_bit,
110 y_bit = (y_bit != 0) ? 1 : 0;
150 if (z0 != y_bit) {
302 int y_bit, m; local
313 y_bit = form & 1;
321 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
368 (group, point, x, y_bit, ctx))
380 if (y_bit != BN_is_odd(yxi)) {
92 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.h520 * \param y_bit integer with the y-Bit (either 0 or 1)
526 int y_bit, BN_CTX *ctx);
556 * \param y_bit integer with the y-Bit (either 0 or 1)
562 int y_bit, BN_CTX *ctx);
H A Dec_oct.c73 int y_bit, BN_CTX *ctx)
89 y_bit, ctx);
99 y_bit, ctx);
103 y_bit, ctx);
109 int y_bit, BN_CTX *ctx)
125 y_bit, ctx);
128 y_bit, ctx);
131 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
107 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument

Completed in 111 milliseconds