/openthread-latest/tools/tcat_ble_client/tlv/ |
D | tlv.py | 35 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):
|
D | advertised_tlv.py | 38 def __init__(self, type: int = None, size: int = None, value: bytes = None): 46 def set_from_bytes(self, data: bytes): 80 def _create_tlv(data: bytes): 97 def parse_tlvs(data: bytes):
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | audit-validity-dates.py | 106 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/tools/tcat_ble_client/ble/ |
D | ble_advertisement_data.py | 48 def from_bytes(data: bytes):
|
D | ble_stream_secure.py | 116 async def send(self, bytes): argument 145 async def send_with_resp(self, bytes): argument
|
D | ble_stream.py | 65 def __sliced(data: bytes, n: int) -> Iterator[bytes]:
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | psa_storage.py | 109 material: bytes #pylint: disable=used-before-assignment 141 def bytes(self) -> bytes: member in Key
|
D | test_case.py | 15 def hex_string(data: bytes) -> str:
|
/openthread-latest/tools/tcat_ble_client/dataset/ |
D | dataset.py | 45 def set_from_bytes(self, bytes): argument
|
/openthread-latest/examples/platforms/utils/ |
D | link_metrics.cpp | 90 uint8_t bytes = 0; in GetEnhAckData() local 237 uint8_t bytes = 0; in otLinkMetricsEnhAckGenData() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | wpan.py | 118 def dissect(frame: bytes) -> WpanFrameInfo:
|
D | network_diag.py | 263 def __init__(self, channel_pages: bytes):
|
D | node.py | 3281 def udp_send(self, bytes, ipaddr, port, success=True): argument
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 115 size_t bytes; member
|
D | psa_crypto.c | 6332 size_t bytes = PSA_BITS_TO_BYTES(bits); in psa_generate_derived_key_internal() local
|
/openthread-latest/examples/platforms/simulation/ |
D | mdns_socket.c | 296 int bytes; in otPlatMdnsSendMulticast() local 340 int bytes; in otPlatMdnsSendUnicast() local
|
/openthread-latest/src/lib/spinel/ |
D | spinel.c | 234 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()
|
D | spinel.h | 861 uint8_t bytes[8]; member 866 uint8_t bytes[8]; member 871 uint8_t bytes[16]; member 876 uint8_t bytes[6]; member 881 uint8_t bytes[16]; member
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 1169 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 1819 def set_dataset_bytes(self, dataset: str, data: bytes) -> None: 2847 def join(self, dataset: bytes) -> None: 3106 def __validate_hex_or_bytes(self, data: Union[str, bytes]) -> str: argument 3117 def __bytes_to_hex(self, data: bytes) -> str: 3128 def __txt_to_hex(self, txt: Dict[str, Union[str, bytes, bool]]) -> str: argument
|
/openthread-latest/tests/unit/ |
D | test_checksum.cpp | 52 const uint8_t *bytes = reinterpret_cast<const uint8_t *>(aBuffer); in CalculateChecksum() local
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) argument
|