/openthread-2.7.6/examples/platforms/utils/ |
D | link_metrics.cpp | 93 uint8_t bytes = 0; in GetEnhAckData() local 241 uint8_t bytes = 0; in otLinkMetricsEnhAckGenData() local
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 72 size_t bytes; member
|
D | psa_crypto.c | 5619 size_t bytes = PSA_BITS_TO_BYTES( bits ); in psa_generate_derived_key_internal() local 6458 size_t bytes = PSA_KEY_EXPORT_RSA_KEY_PAIR_MAX_SIZE( bits ); in psa_generate_key_internal() local 6506 size_t bytes = PSA_BITS_TO_BYTES( bits ); in psa_generate_key_internal() local
|
/openthread-2.7.6/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 | 2428 def udp_send(self, bytes, ipaddr, port, success=True): argument
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/src/drivers/ |
D | key_management.c | 102 size_t bytes = PSA_BITS_TO_BYTES( psa_get_key_bits( attributes ) ); in test_transparent_generate_key() local
|
/openthread-2.7.6/tests/unit/ |
D | test_checksum.cpp | 48 const uint8_t *bytes = reinterpret_cast<const uint8_t *>(aBuffer); in CalculateChecksum() local
|
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 52 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8) argument
|
/openthread-2.7.6/src/lib/spinel/ |
D | spinel.c | 235 spinel_ssize_t spinel_packed_uint_decode(const uint8_t *bytes, spinel_size_t len, unsigned int *val… in spinel_packed_uint_decode() 293 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 | 817 uint8_t bytes[8]; member 822 uint8_t bytes[8]; member 827 uint8_t bytes[16]; member 832 uint8_t bytes[6]; member 837 uint8_t bytes[16]; member
|
/openthread-2.7.6/tools/otci/otci/ |
D | otci.py | 1085 txt: Dict[str, Union[str, bytes, bool]] = None): argument 1597 …def add_service(self, enterprise_number: int, service_data: Union[str, bytes], server_data: Union[… argument 2340 def __validate_hex_or_bytes(self, data: Union[str, bytes]) -> str: argument 2359 def __txt_to_hex(self, txt: Dict[str, Union[str, bytes, bool]]) -> str: argument
|
/openthread-2.7.6/src/core/net/ |
D | ip6_address.cpp | 385 uint8_t bytes = aPrefixLength / CHAR_BIT; in SetPrefix() local
|
/openthread-2.7.6/src/core/thread/ |
D | lowpan.cpp | 673 uint8_t * bytes; in DecompressBaseHeader() local
|