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

/external/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...]
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Doct.c199 int y_bit; local
210 y_bit = form & 1;
218 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
261 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx))
271 if (y_bit != BN_is_odd(y)) {
337 int y_bit, BN_CTX *ctx) {
351 y_bit = (y_bit != 0);
434 if (y_bit != BN_is_odd(y)) {
457 if (y_bit !
335 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
475 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c178 int y_bit; local
199 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
/external/wpa_supplicant_8/src/common/
H A Dsae.c178 int y_bit; local
199 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c178 int y_bit; local
199 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc170 bool y_bit = (((y / rect_h) & 0x1) == 0); local
175 bool use_color2 = (x_bit != y_bit); // xor
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c1209 const struct crypto_bignum *x, int y_bit)
1212 (const BIGNUM *) x, y_bit,
1207 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c1209 const struct crypto_bignum *x, int y_bit)
1212 (const BIGNUM *) x, y_bit,
1207 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1209 const struct crypto_bignum *x, int y_bit)
1212 (const BIGNUM *) x, y_bit,
1207 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1094 bool y_bit = (((y / rect_h) & 0x1) == 0); local
1099 bool use_color2 = (x_bit != y_bit); // xor

Completed in 201 milliseconds