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.c178 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
182 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) { in ec_GFp_simple_oct2point()
223 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
271 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
294 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates_GFp()
349 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
358 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
/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.h254 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h793 const struct crypto_bignum *x, int y_bit);
Dcrypto_openssl.c1628 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1633 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1194 static const uint32_t y_bit = 2; variable
1205 result |= y_bit; in ExceedsBounds()
1955 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()
1985 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()