/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 156 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/ |
D | oct.c | 156 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/ |
D | suite_b_public_key_tests.txt | 18 # 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/ |
D | rtp_format_vp8_test_helper.cc | 151 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()
|
D | video_rtp_depacketizer_vp9.cc | 156 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/ |
D | ec.h | 268 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
|
/external/boringssl/src/include/openssl/ |
D | ec.h | 283 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 870 const struct crypto_bignum *x, int y_bit);
|
D | crypto_wolfssl.c | 1631 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()
|
D | crypto_openssl.c | 1885 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/ |
D | buffer_validation.cpp | 1879 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()
|