Searched refs:y_bytes (Results 1 – 4 of 4) sorted by relevance
152 y_bytes = int(math.ceil(math.log(y, 2) / 8.0))154 num_bytes = max(x_bytes, y_bytes)
444 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local446 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()
547 FT_UInt y_bytes = 0; in store_points() local579 y_bytes += 1; in store_points()582 y_bytes += 2; in store_points()618 xy_bytes = x_bytes + y_bytes; in store_points()
1411 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local1413 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()