Home
last modified time | relevance | path

Searched refs:Bytes (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dbytes.py33 class Bytes(bytearray): class
39 s = Bytes._parse_compact(s)
42 s = Bytes._parse_octets(s)
44 s = Bytes._parse_hextets(s)
114 return Bytes(x)
124 elif not isinstance(other, Bytes):
134 x = Bytes(b"\x01\x02\x03\x04")
142 assert Bytes._parse_compact("") == Bytes(b"")
143 assert Bytes._parse_compact('01020304') == x
145 assert Bytes._parse_octets("") == Bytes(b"")
[all …]
Daddrs.py32 from pktverify.bytes import Bytes
35 class EthAddr(Bytes):
52 class ExtAddr(Bytes):
69 class Ipv6Addr(Bytes):
160 assert isinstance(a[:], Bytes)
172 assert isinstance(a[:], Bytes)
184 assert isinstance(a[:], Bytes)
Dconsts.py31 from pktverify.bytes import Bytes
33 DOMAIN_PREFIX = Bytes('fd00:7d03:7d03:7d03')
34 BACKBONE_IPV6_PREFIX = Bytes('91')
58 LINK_LOCAL_PREFIX = Bytes("fe80")
59 DEFAULT_MESH_LOCAL_PREFIX = Bytes("fd00:0db8:0000:0000")
60 LEADER_ALOC_IID = Bytes("0000:00ff:fe00:fc00")
61 PBBR_ALOC_IID = Bytes("0000:00ff:fe00:fc38")
Dtest_layer_fields.py37 from pktverify.bytes import Bytes
105 self.assertIsInstanceOrNull(mle.tlv.challenge, Bytes)
196 self.assertIsInstance(thread_meshcop.tlv.ml_prefix, Bytes)
199 self.assertIsInstance(thread_meshcop.tlv.master_key, Bytes)
202 self.assertIsInstance(thread_meshcop.tlv.pskc, Bytes)
226 self.assertIsInstance(thread_meshcop.tlv.xpan_id, Bytes)
288 self.assertIsInstanceOrNull(lowpan.iphc.sctx.prefix, Bytes)
289 self.assertIsInstanceOrNull(lowpan.iphc.dctx.prefix, Bytes)
345 self.assertIsInstance(rv, Bytes)
Dutils.py35 from pktverify.bytes import Bytes
67 'Bytes': Bytes,
Dlayer_fields.py38 from pktverify.bytes import Bytes
170 def _bytes(v: Union[LayerFieldsContainer, LayerField]) -> Bytes:
173 return Bytes(v.raw_value)
Dpacket_filter.py36 from pktverify.bytes import Bytes
580 mpl_seed_id = Bytes([mpl_seed_id >> 8, mpl_seed_id & 0xFF])
/openthread-latest/tests/scripts/thread-cert/
DCert_5_2_05_AddressQuery.py38 from pktverify.bytes import Bytes
259 if addr.startswith(Bytes('2001')):
261 if addr.startswith(Bytes('2002')):
265 if addr.startswith(Bytes('2001')):
267 if addr.startswith(Bytes('2002')):
DCert_9_2_02_MGMTCommissionerSet.py38 from pktverify.bytes import Bytes
157 p.thread_meshcop.tlv.steering_data == Bytes('ff')
189 p.thread_meshcop.tlv.steering_data == Bytes('ff')
283 p.thread_meshcop.tlv.steering_data == Bytes('ff')
316 p.thread_meshcop.tlv.steering_data == Bytes('ff')
350 p.thread_meshcop.tlv.steering_data == Bytes('ff')
DCert_5_3_08_ChildAddressSet.py40 from pktverify.bytes import Bytes
167 if addr.startswith(Bytes('200%d' % j)):
DCert_7_1_07_BorderRouterAsLeader.py37 from pktverify.bytes import Bytes
196 PREFIXES = [Bytes(PREFIX_1[:-5]), Bytes(PREFIX_2[:-5])]
DCert_5_3_09_AddressQuery.py40 from pktverify.bytes import Bytes
195 if addr.startswith(Bytes(GUA_1_START)):
DCert_5_3_10_AddressQuery.py40 from pktverify.bytes import Bytes
196 if addr.startswith(Bytes(GUA_1_START)):
DCert_5_3_11_AddressQueryTimeoutIntervals.py37 from pktverify.bytes import Bytes
DCert_9_2_04_ActiveDataset.py36 from pktverify.bytes import Bytes
300 … == Bytes('113320440000') and p.thread_meshcop.tlv.chan_mask_mask == '001fffe0').must_next()
DCert_7_1_06_BorderRouterAsLeader.py37 from pktverify.bytes import Bytes
177 if addr.startswith(Bytes(PREFIX_2001[:-5])):
DCert_5_8_04_SecurityPolicyTLV.py38 from pktverify.bytes import Bytes
/openthread-latest/src/cli/
DREADME_BR.md106 Inbound Unicast: Packets 4 Bytes 320
107 Inbound Multicast: Packets 0 Bytes 0
108 Outbound Unicast: Packets 2 Bytes 160
109 Outbound Multicast: Packets 0 Bytes 0
DREADME.md1103 Inbound Unicast: Packets 4 Bytes 320
1104 Inbound Multicast: Packets 0 Bytes 0
1105 Outbound Unicast: Packets 2 Bytes 160
1106 Outbound Multicast: Packets 0 Bytes 0
2651 | ID | IPv6 | IPv4 | Expiry | Pkts | Bytes | Pkts | Bytes |
2669 | Protocol | Pkts | Bytes | Pkts | Bytes |
3983 Inbound: Packets 32 Bytes 4000
3984 Outbound: Packets 4 Bytes 320 Failures 1
/openthread-latest/third_party/mbedtls/repo/
DREADME.md266 - Bytes must be 8 bits.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_core.function1093 * expected value. Bytes above wanted_bytes must be zero. */
Dtest_suite_psa_crypto.data5469 PSA key derivation: TLS 1.2 PSK-to-MS, SHA-256, PSK too long (160 Bytes)