Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 13340) sorted by relevance

12345678910>>...534

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
66 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
109 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
110 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
111 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
112 let bytes = self.m14.poke_into(bytes); in poke_into() localVariable
158 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
66 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
109 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
110 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
111 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
112 let bytes = self.m14.poke_into(bytes); in poke_into() localVariable
158 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
131 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
132 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
131 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
132 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
131 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
132 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/moz_cbor/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/moz_cbor/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/moz_cbor/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/moz_cbor-0.1.1/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/moz_cbor/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/moz_cbor/src/
H A Dtest_decoder.rs37 let bytes = vec![0x01]; in test_integer_objects() localVariable
40 let bytes = vec![0x0A]; in test_integer_objects() localVariable
43 let bytes = vec![0x17]; in test_integer_objects() localVariable
46 let bytes = vec![0x18, 0x18]; in test_integer_objects() localVariable
49 let bytes = vec![0x18, 0x19]; in test_integer_objects() localVariable
52 let bytes = vec![0x18, 0x64]; in test_integer_objects() localVariable
184 let bytes = vec![0x29]; in test_signed_integer() localVariable
221 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
231 let bytes: Vec<u8> = vec![ in test_byte_strings() localVariable
351 let bytes = vec![0xf6]; in test_null() localVariable
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dcrypto.py110 def aes_encrypt_with_iv(key: bytes, iv: bytes, data: bytes) -> bytes:
128 def aes_decrypt_with_iv(key: bytes, iv: bytes, data: bytes) -> bytes:
149 def EncodeAES_base64(secret: bytes, msg: bytes) -> bytes:
155 def EncodeAES_bytes(secret: bytes, msg: bytes) -> bytes:
167 def DecodeAES_bytes(secret: bytes, ciphertext: bytes) -> bytes:
326 def hmac_oneshot(key: bytes, msg: bytes, digest) -> bytes:
336 key: bytes,
339 data: bytes
361 key: bytes,
387 def chacha20_encrypt(*, key: bytes, nonce: bytes, data: bytes) -> bytes:
[all …]
/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/_ntlm_raw/
H A Dcrypto.py64 nt_hash: bytes,
65 lm_hash: bytes,
66 server_challenge: bytes,
67 client_challenge: bytes,
138 nt_hash: bytes,
207 def des(k: bytes, d: bytes) -> bytes:
223 def desl(k: bytes, d: bytes) -> bytes:
259 def hmac_md5(key: bytes, data: bytes) -> bytes:
267 lmowf: bytes,
268 lm_response: bytes,
[all …]
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dbase64.py35 def _translate(s: bytes, altchars: Dict[AnyStr, bytes]) -> bytes: argument
47 def b64encode(s: bytes, altchars: bytes = None) -> bytes:
70 def b64decode(s: bytes, altchars: bytes = None,
155 def b32encode(s: bytes) -> bytes:
198 def b32decode(s: bytes, casefold: bool = False, map01: bytes = None) -> bytes:
277 def b16encode(s: bytes) -> bytes:
315 def encode(input: IO[bytes], output: IO[bytes]) -> None:
330 def decode(input: IO[bytes], output: IO[bytes]) -> None:
340 def encodebytes(s: bytes) -> bytes:
351 def encodestring(s: bytes) -> bytes:
[all …]
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/protobuf/
H A DLocalStorageProtocol.proto13 optional bytes key = 2; field
61 optional bytes aliceBaseKey = 13; field
71 optional bytes publicKey = 2; field
72 optional bytes privateKey = 3; field
77 optional bytes publicKey = 2; field
78 optional bytes privateKey = 3; field
79 optional bytes signature = 4; field
84 optional bytes publicKey = 1; field
85 optional bytes privateKey = 2; field
100 optional bytes public = 1; field
[all …]
H A DWhisperTextProtocol.proto7 optional bytes ratchetKey = 1; field
10 optional bytes ciphertext = 4; field
17 optional bytes baseKey = 2; field
18 optional bytes identityKey = 3; field
24 optional bytes baseKey = 2; field
25 optional bytes ratchetKey = 3; field
26 optional bytes identityKey = 4; field
33 optional bytes ciphertext = 3; field
39 optional bytes chainKey = 3; field
40 optional bytes signingKey = 4; field
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/msgs/
H A Dhsjoiner.rs12 /// service. in rejects_short_random()
19 pub struct HandshakeJoiner { in reads_random()
29 Self::new() in rejects_truncated_sessionid()
76 } else { in rejects_sessionid_with_bad_length()
94 } in rejects_sessionid_with_bad_length()
95 in rejects_sessionid_with_bad_length()
96 Some(count) in rejects_sessionid_with_bad_length()
101 /// within `buf`. in rejects_sessionid_with_bad_length()
140 #[cfg(test)] in can_round_trip_mixed_case_sni()
211 #[test] in can_round_trip_mixed_case_sni()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dbytes.hpp10 struct bytes struct
12 bytes(char const* s, std::size_t len): arr(s, len) {} in bytes() argument
13 bytes(std::string const& s): arr(s) {} in bytes() function
14 bytes(std::string&& s): arr(std::move(s)) {} in bytes() function
18 bytes() {} in bytes() function
19 std::string arr;
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dbytes.hpp10 struct bytes struct
12 bytes(char const* s, std::size_t len): arr(s, len) {} in bytes() function
13 bytes(std::string const& s): arr(s) {} in bytes() function
14 bytes(std::string&& s): arr(std::move(s)) {} in bytes() argument
18 bytes() {} in bytes() argument
19 std::string arr;
/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v7_0/models/
H A Djson_web_key_py3.py75n: bytes=None, e: bytes=None, d: bytes=None, dp: bytes=None, dq: bytes=None, qi: bytes=None, p: by…
/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v2016_10_01/models/
H A Djson_web_key_py3.py74n: bytes=None, e: bytes=None, d: bytes=None, dp: bytes=None, dq: bytes=None, qi: bytes=None, p: by…
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/
H A Ddatabase.py106 def save(self, key: bytes, value: bytes) -> None:
119 def delete(self, key: bytes, value: bytes) -> None:
126 def move(self, src: bytes, dest: bytes, value: bytes) -> None:
158 def save(self, key: bytes, value: bytes) -> None:
161 def delete(self, key: bytes, value: bytes) -> None:
218 def save(self, key: bytes, value: bytes) -> None:
235 def move(self, src: bytes, dest: bytes, value: bytes) -> None:
245 def delete(self, key: bytes, value: bytes) -> None:
273 def save(self, key: bytes, value: bytes) -> None:
321 def save(self, key: bytes, value: bytes) -> None:
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/asn1/
H A Dtest_PaceInfo.cpp30 QByteArray bytes = QByteArray::fromHex("30 12" in parseChipAuthenticationInfo() local
41 QByteArray bytes = QByteArray::fromHex("30 12" in parsePaceInfoWithWrongContent() local
54 QByteArray bytes = QByteArray::fromHex("30 06" in missingOid() local
64 QByteArray bytes = QByteArray::fromHex("30 0C" in missingVersion() local
73 QByteArray bytes = QByteArray::fromHex("30 0F" in withoutOptionalParameter() local
86 QByteArray bytes = QByteArray::fromHex("30 12" in getParameterId() local
101 QByteArray bytes; in getVersion() local
184 QByteArray bytes = QByteArray::fromHex("30 12" in isStandardizedECDH_GM() local
199 QByteArray bytes = QByteArray::fromHex("30 12" in isNotStandardizedECDH_GM() local
214 QByteArray bytes = QByteArray::fromHex("30 12" in isStandardizedECDH_IM() local
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/der-parser-3.0.4/tests/
H A Dprimitive.rs70 let bytes = hex!("1d 01 00"); in test_unknown_tag() localVariable
87 let bytes = hex!("80 01 00"); in test_unknown_context_specific() localVariable
135 let bytes = hex!("9f a2 a2"); in test_incomplete_tag() localVariable
149 let bytes = hex!("30"); in test_incomplete_length() localVariable
154 let bytes = hex!("02"); in test_incomplete_length() localVariable
157 let bytes = hex!("02 05"); in test_incomplete_length() localVariable
159 let bytes = hex!("02 85"); in test_incomplete_length() localVariable
162 let bytes = hex!("02 85 ff"); in test_incomplete_length() localVariable
185 let bytes = hex!("02 02 00"); in test_invalid_length() localVariable
192 let bytes = hex!("00"); in test_invalid_param() localVariable
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/protobuf/
H A DCell.proto45 optional bytes row = 1; field
46 optional bytes family = 2; field
47 optional bytes qualifier = 3; field
50 optional bytes value = 6; field
51 optional bytes tags = 7; field
59 required bytes row = 1; field
60 required bytes family = 2; field
61 required bytes qualifier = 3; field
64 optional bytes value = 6; field
65 optional bytes tags = 7; field

12345678910>>...534