Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c141 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
145 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) { in ec_GFp_simple_oct2point()
186 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
234 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
257 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates_GFp()
312 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
321 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.h261 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h843 const struct crypto_bignum *x, int y_bit);
Dcrypto_wolfssl.c1578 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1587 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN; in crypto_ec_point_solve_y_coord()
Dcrypto_openssl.c1797 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1802 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1841 static const uint32_t y_bit = 2; variable
1852 result |= y_bit; in ExceedsBounds()
2600 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()
2629 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()