Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c156 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
189 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
226 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
249 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates_GFp()
304 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
313 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c156 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
189 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
226 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
249 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates_GFp()
304 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
313 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
/external/rust/crates/ring/src/ec/suite_b/
Dsuite_b_public_key_tests.txt18 # X == 0, decompressed with y_bit == 0. This verifies that the
33 # X == 0, decompressed with y_bit == 1.
38 # X == q, decompressed with y_bit == 1. See the previous X == q test
44 # The largest valid X coordinate, decompressed with y_bit == 0. This
51 # X == 0, decompressed with y_bit == 0. This verifies that the
66 # X == 0, decompressed with y_bit == 1.
71 # X == q, decompressed with y_bit == 1. See the previous X == q test
77 # The largest valid X coordinate, decompressed with y_bit == 0. This
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_test_helper.cc151 int y_bit = Bit(buffer[*offset], 5); in CheckTIDAndKeyIdx() local
156 EXPECT_EQ(y_bit, hdr_info_->layerSync ? 1 : 0); in CheckTIDAndKeyIdx()
160 EXPECT_EQ(y_bit, 0); in CheckTIDAndKeyIdx()
Dvideo_rtp_depacketizer_vp9.cc156 uint32_t n_s, y_bit, g_bit; in ParseSsData() local
158 RETURN_FALSE_ON_ERROR(parser->ReadBits(&y_bit, 1)); in ParseSsData()
162 vp9->spatial_layer_resolution_present = y_bit ? true : false; in ParseSsData()
165 if (y_bit) { in ParseSsData()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dec.h268 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/external/boringssl/src/include/openssl/
Dec.h283 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h870 const struct crypto_bignum *x, int y_bit);
Dcrypto_wolfssl.c1631 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1640 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN; in crypto_ec_point_solve_y_coord()
Dcrypto_openssl.c1885 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1890 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1879 static const uint32_t y_bit = 2; variable
1890 result |= y_bit; in ExceedsBounds()
2631 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()
2660 if (extent_check & y_bit) { in PreCallValidateCmdCopyImage()