Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/utils/
Dlink_metrics.cpp93 uint8_t bytes = 0; in GetEnhAckData() local
241 uint8_t bytes = 0; in otLinkMetricsEnhAckGenData() local
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h72 size_t bytes; member
Dpsa_crypto.c5619 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/
Dwpan.py118 def dissect(frame: bytes) -> WpanFrameInfo:
Dnetwork_diag.py263 def __init__(self, channel_pages: bytes):
Dnode.py2428 def udp_send(self, bytes, ipaddr, port, success=True): argument
/openthread-2.7.6/third_party/mbedtls/repo/tests/src/drivers/
Dkey_management.c102 size_t bytes = PSA_BITS_TO_BYTES( psa_get_key_bits( attributes ) ); in test_transparent_generate_key() local
/openthread-2.7.6/tests/unit/
Dtest_checksum.cpp48 const uint8_t *bytes = reinterpret_cast<const uint8_t *>(aBuffer); in CalculateChecksum() local
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h52 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8) argument
/openthread-2.7.6/src/lib/spinel/
Dspinel.c235 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()
Dspinel.h817 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/
Dotci.py1085 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/
Dip6_address.cpp385 uint8_t bytes = aPrefixLength / CHAR_BIT; in SetPrefix() local
/openthread-2.7.6/src/core/thread/
Dlowpan.cpp673 uint8_t * bytes; in DecompressBaseHeader() local