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

/external/boringssl/src/crypto/ec/
H A Doct.c183 int y_bit; local
194 y_bit = form & 1;
201 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
247 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
319 int y_bit, BN_CTX *ctx) {
333 y_bit = (y_bit != 0);
416 if (y_bit != BN_is_odd(y)) {
439 if (y_bit != BN_is_odd(y)) {
459 int y_bit, BN_CT
317 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
457 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/crypto/
H A Dcrypto_openssl.c1367 const struct crypto_bignum *x, int y_bit)
1370 (const BIGNUM *) x, y_bit,
1365 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.c1367 const struct crypto_bignum *x, int y_bit)
1370 (const BIGNUM *) x, y_bit,
1365 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.c1367 const struct crypto_bignum *x, int y_bit)
1370 (const BIGNUM *) x, y_bit,
1365 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument

Completed in 179 milliseconds