Home
last modified time | relevance | path

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

/openthread-latest/tools/tcat_ble_client/tlv/
Dtlv.py35 def __init__(self, type: int = None, value: bytes = None):
43 def parse_tlvs(data: bytes) -> List[TLV]:
53 def from_bytes(data: bytes) -> TLV:
58 def set_from_bytes(self, data: bytes):
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py107 async def send(self, bytes): argument
136 async def send_with_resp(self, bytes): argument
Dble_stream.py64 def __sliced(data: bytes, n: int) -> Iterator[bytes]:
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Daudit-validity-dates.py106 typing.Callable[[bytes], object]]]) \
116 def wrapper(data: bytes):
143 def pem_data_type(data: bytes) -> typing.Optional[str]:
230 def parse_bytes(self, data: bytes):
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py109 material: bytes #pylint: disable=used-before-assignment
141 def bytes(self) -> bytes: member in Key
Dtest_case.py15 def hex_string(data: bytes) -> str:
/openthread-latest/tools/tcat_ble_client/dataset/
Ddataset.py45 def set_from_bytes(self, bytes): argument
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp93 uint8_t bytes = 0; in GetEnhAckData() local
242 uint8_t bytes = 0; in otLinkMetricsEnhAckGenData() local
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h115 size_t bytes; member
Dpsa_crypto.c6332 size_t bytes = PSA_BITS_TO_BYTES(bits); in psa_generate_derived_key_internal() local
/openthread-latest/tests/scripts/thread-cert/
Dwpan.py118 def dissect(frame: bytes) -> WpanFrameInfo:
Dnetwork_diag.py263 def __init__(self, channel_pages: bytes):
Dnode.py3262 def udp_send(self, bytes, ipaddr, port, success=True): argument
/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c305 int bytes; in otPlatMdnsSendMulticast() local
349 int bytes; in otPlatMdnsSendUnicast() local
/openthread-latest/tools/otci/otci/
Dotci.py1169 txt: Optional[Dict[str, Union[str, bytes, bool]]] = None): argument
1701 …def add_service(self, enterprise_number: int, service_data: Union[str, bytes], server_data: Union[… argument
1816 def set_dataset_bytes(self, dataset: str, data: bytes) -> None:
2727 def join(self, dataset: bytes) -> None:
2986 def __validate_hex_or_bytes(self, data: Union[str, bytes]) -> str: argument
2997 def __bytes_to_hex(self, data: bytes) -> str:
3008 def __txt_to_hex(self, txt: Dict[str, Union[str, bytes, bool]]) -> str: argument
/openthread-latest/src/lib/spinel/
Dspinel.c234 spinel_ssize_t spinel_packed_uint_decode(const uint8_t *bytes, spinel_size_t len, unsigned int *val… in spinel_packed_uint_decode()
292 spinel_ssize_t spinel_packed_uint_encode(uint8_t *bytes, spinel_size_t len, unsigned int value) in spinel_packed_uint_encode()
Dspinel.h868 uint8_t bytes[8]; member
873 uint8_t bytes[8]; member
878 uint8_t bytes[16]; member
883 uint8_t bytes[6]; member
888 uint8_t bytes[16]; member
/openthread-latest/tests/unit/
Dtest_checksum.cpp52 const uint8_t *bytes = reinterpret_cast<const uint8_t *>(aBuffer); in CalculateChecksum() local
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) argument