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

/external/boringssl/src/crypto/ec/
H A Doct.c175 int y_bit; local
186 y_bit = form & 1;
190 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) {
227 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
273 int y_bit, BN_CTX *ctx) {
287 y_bit = (y_bit != 0);
370 if (y_bit != BN_is_odd(y)) {
391 if (y_bit != BN_is_odd(y)) {
410 int y_bit, BN_CT
271 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
408 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/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp9.cc426 uint32_t n_s, y_bit, g_bit; local
428 RETURN_FALSE_ON_ERROR(parser->ReadBits(&y_bit, 1));
432 vp9->spatial_layer_resolution_present = y_bit ? true : false;
435 if (y_bit) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c1478 const struct crypto_bignum *x, int y_bit)
1483 (const BIGNUM *) x, y_bit,
1476 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.c1478 const struct crypto_bignum *x, int y_bit)
1483 (const BIGNUM *) x, y_bit,
1476 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.c1478 const struct crypto_bignum *x, int y_bit)
1483 (const BIGNUM *) x, y_bit,
1476 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 195 milliseconds