Home
last modified time | relevance | path

Searched refs:y_bytes (Results 1 – 4 of 4) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dkeys.py152 y_bytes = int(math.ceil(math.log(y, 2) / 8.0))
154 num_bytes = max(x_bytes, y_bytes)
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc444 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
446 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()
/external/freetype/src/sfnt/
Dsfwoff2.c547 FT_UInt y_bytes = 0; in store_points() local
579 y_bytes += 1; in store_points()
582 y_bytes += 2; in store_points()
618 xy_bytes = x_bytes + y_bytes; in store_points()
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1411 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
1413 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()