Home
last modified time | relevance | path

Searched refs:y_bit (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c175 int y_bit; in ec_GFp_simple_oct2point() local
186 y_bit = form & 1; in ec_GFp_simple_oct2point()
190 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) { in ec_GFp_simple_oct2point()
227 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
273 int y_bit, BN_CTX *ctx) { in ec_GFp_simple_set_compressed_coordinates() argument
292 y_bit = (y_bit != 0); in ec_GFp_simple_set_compressed_coordinates()
370 if (y_bit != BN_is_odd(y)) { in ec_GFp_simple_set_compressed_coordinates()
379 if (y_bit != BN_is_odd(y)) { in ec_GFp_simple_set_compressed_coordinates()
398 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
403 return ec_GFp_simple_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp()
Dinternal.h184 const BIGNUM *x, int y_bit,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc426 uint32_t n_s, y_bit, g_bit; in ParseSsData() local
428 RETURN_FALSE_ON_ERROR(parser->ReadBits(&y_bit, 1)); in ParseSsData()
432 vp9->spatial_layer_resolution_present = y_bit ? true : false; in ParseSsData()
435 if (y_bit) { in ParseSsData()
/external/boringssl/src/include/openssl/
Dec.h258 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h790 const struct crypto_bignum *x, int y_bit);
Dcrypto_openssl.c1592 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1597 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()