Home
last modified time | relevance | path

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

1234567

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DServerDHParams.java73 byte[] y_bytes = y.toByteArray(); in ServerDHParams()
74 int len = p_bytes.length + g_bytes.length + y_bytes.length + 6; in ServerDHParams()
89 if (y_bytes[0] == 0x00) in ServerDHParams()
96 int y_len = y_bytes.length - y_off; in ServerDHParams()
104 buffer.put(y_bytes, y_off, y_len); in ServerDHParams()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/net/ssl/provider/
H A DServerDHParams.java73 byte[] y_bytes = y.toByteArray(); in ServerDHParams()
74 int len = p_bytes.length + g_bytes.length + y_bytes.length + 6; in ServerDHParams()
89 if (y_bytes[0] == 0x00) in ServerDHParams()
96 int y_len = y_bytes.length - y_off; in ServerDHParams()
104 buffer.put(y_bytes, y_off, y_len); in ServerDHParams()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/net/ssl/provider/
H A DServerDHParams.java73 byte[] y_bytes = y.toByteArray(); in ServerDHParams()
74 int len = p_bytes.length + g_bytes.length + y_bytes.length + 6; in ServerDHParams()
89 if (y_bytes[0] == 0x00) in ServerDHParams()
96 int y_len = y_bytes.length - y_off; in ServerDHParams()
104 buffer.put(y_bytes, y_off, y_len); in ServerDHParams()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DServerDHParams.java73 byte[] y_bytes = y.toByteArray(); in ServerDHParams()
74 int len = p_bytes.length + g_bytes.length + y_bytes.length + 6; in ServerDHParams()
89 if (y_bytes[0] == 0x00) in ServerDHParams()
96 int y_len = y_bytes.length - y_off; in ServerDHParams()
104 buffer.put(y_bytes, y_off, y_len); in ServerDHParams()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/net/ssl/provider/
H A DServerDHParams.java73 byte[] y_bytes = y.toByteArray(); in ServerDHParams()
74 int len = p_bytes.length + g_bytes.length + y_bytes.length + 6; in ServerDHParams()
89 if (y_bytes[0] == 0x00) in ServerDHParams()
96 int y_len = y_bytes.length - y_off; in ServerDHParams()
104 buffer.put(y_bytes, y_off, y_len); in ServerDHParams()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dec.cpp152 size_t y_bytes; in ec_generate() local
154 y_bytes = bn_num_bytes(*py); in ec_generate()
157 if ((x_bytes > filed_byte_size) || (y_bytes > filed_byte_size)) { in ec_generate()
175 bn_bn2bin(py, &key->p.mpi[1 + filed_byte_size + (filed_byte_size - y_bytes)]); in ec_generate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Djwk_serializer.cc61 std::string y_bytes; in ConvertEcKeyToJwk() local
66 base::WriteInto(&y_bytes, degree_bytes + 1)), in ConvertEcKeyToJwk()
80 base::Base64UrlEncode(y_bytes, base::Base64UrlEncodePolicy::OMIT_PADDING, in ConvertEcKeyToJwk()
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dec.cpp365 size_t y_bytes; in ec_generate() local
367 (void) bn_num_bytes(py, &y_bytes); in ec_generate()
370 if ((x_bytes > filed_byte_size) || (y_bytes > filed_byte_size)) { in ec_generate()
388 bn_bn2bin(py, &key->p.mpi[1 + filed_byte_size + (filed_byte_size - y_bytes)]); in ec_generate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c696 unsigned int y_bytes; in frame_init_nv_planes() local
715 y_bytes = y_stride * y_height; in frame_init_nv_planes()
718 frame->data_bytes = y_bytes + uv_bytes; in frame_init_nv_planes()
721 uv_stride, uv_height, y_bytes); in frame_init_nv_planes()
735 y_stride, y_bytes, uv_bytes, uv_stride; in frame_init_yuv_planes() local
739 y_bytes = y_stride * y_height; in frame_init_yuv_planes()
742 frame->data_bytes = y_bytes + 2 * uv_bytes; in frame_init_yuv_planes()
746 uv_height, y_bytes); in frame_init_yuv_planes()
748 uv_height, y_bytes + uv_bytes); in frame_init_yuv_planes()
751 uv_height, y_bytes); in frame_init_yuv_planes()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c696 unsigned int y_bytes; in frame_init_nv_planes() local
715 y_bytes = y_stride * y_height; in frame_init_nv_planes()
718 frame->data_bytes = y_bytes + uv_bytes; in frame_init_nv_planes()
721 uv_stride, uv_height, y_bytes); in frame_init_nv_planes()
735 y_stride, y_bytes, uv_bytes, uv_stride; in frame_init_yuv_planes() local
739 y_bytes = y_stride * y_height; in frame_init_yuv_planes()
742 frame->data_bytes = y_bytes + 2 * uv_bytes; in frame_init_yuv_planes()
746 uv_height, y_bytes); in frame_init_yuv_planes()
748 uv_height, y_bytes + uv_bytes); in frame_init_yuv_planes()
751 uv_height, y_bytes); in frame_init_yuv_planes()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c696 unsigned int y_bytes; in frame_init_nv_planes() local
715 y_bytes = y_stride * y_height; in frame_init_nv_planes()
718 frame->data_bytes = y_bytes + uv_bytes; in frame_init_nv_planes()
721 uv_stride, uv_height, y_bytes); in frame_init_nv_planes()
735 y_stride, y_bytes, uv_bytes, uv_stride; in frame_init_yuv_planes() local
739 y_bytes = y_stride * y_height; in frame_init_yuv_planes()
742 frame->data_bytes = y_bytes + 2 * uv_bytes; in frame_init_yuv_planes()
746 uv_height, y_bytes); in frame_init_yuv_planes()
748 uv_height, y_bytes + uv_bytes); in frame_init_yuv_planes()
751 uv_height, y_bytes); in frame_init_yuv_planes()
[all …]
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Decdsakey.py187 y_bytes = deflate_long(numbers.y, add_sign_padding=False)
188 y_bytes = b"\x00" * (key_size_bytes - len(y_bytes)) + y_bytes
190 point_str = four_byte + x_bytes + y_bytes
/dports/www/firefox-esr/firefox-91.8.0/modules/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/www/firefox/firefox-99.0/modules/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/woff2/src/
H A Dglyph.cc253 size_t y_bytes = 0; in StorePoints() local
273 y_bytes += 1; in StorePoints()
275 y_bytes += 2; in StorePoints()
305 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/devel/woff2/woff2-1.0.2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/woff2/src/
H A Dglyph.cc247 size_t y_bytes = 0; in StorePoints() local
267 y_bytes += 1; in StorePoints()
269 y_bytes += 2; in StorePoints()
299 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
/dports/net-im/libsignal-client/curve25519-dalek-2694ad3b789635f90f941648ae952f58d59ffc73/src/
H A Dmontgomery.rs152 let mut y_bytes = y.to_bytes(); in to_edwards() localVariable
153 y_bytes[31] ^= sign << 7; in to_edwards()
155 CompressedEdwardsY(y_bytes).decompress() in to_edwards()
/dports/net-im/zkgroup/curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f/src/
H A Dmontgomery.rs152 let mut y_bytes = y.to_bytes(); in to_edwards() localVariable
153 y_bytes[31] ^= sign << 7; in to_edwards()
155 CompressedEdwardsY(y_bytes).decompress() in to_edwards()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/curve25519-dalek-3.0.0/src/
H A Dmontgomery.rs152 let mut y_bytes = y.to_bytes(); in to_edwards() localVariable
153 y_bytes[31] ^= sign << 7; in to_edwards()
155 CompressedEdwardsY(y_bytes).decompress() in to_edwards()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/curve25519-dalek-ng-4.0.1/src/
H A Dmontgomery.rs152 let mut y_bytes = y.to_bytes(); in to_edwards() localVariable
153 y_bytes[31] ^= sign << 7; in to_edwards()
155 CompressedEdwardsY(y_bytes).decompress() in to_edwards()

1234567