/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | common.h | 79 #define MBEDTLS_GET_UINT32_BE( data , offset ) \ argument 98 #define MBEDTLS_PUT_UINT32_BE( n, data, offset ) \ argument 117 #define MBEDTLS_GET_UINT32_LE( data, offset ) \ argument 136 #define MBEDTLS_PUT_UINT32_LE( n, data, offset ) \ argument 155 #define MBEDTLS_GET_UINT16_LE( data, offset ) \ argument 172 #define MBEDTLS_PUT_UINT16_LE( n, data, offset ) \ argument 189 #define MBEDTLS_GET_UINT16_BE( data, offset ) \ argument 206 #define MBEDTLS_PUT_UINT16_BE( n, data, offset ) \ argument 223 #define MBEDTLS_GET_UINT64_BE( data, offset ) \ argument 246 #define MBEDTLS_PUT_UINT64_BE( n, data, offset ) \ argument [all …]
|
D | chacha20.c | 165 size_t offset = i * 4U; in chacha20_block() local 245 size_t offset = 0U; in mbedtls_chacha20_update() local
|
D | constant_time.c | 383 size_t offset ) in mbedtls_ct_mem_move_to_left() 426 size_t offset, in mbedtls_ct_memcpy_offset() 473 size_t offset; in mbedtls_ct_hmac() local
|
D | poly1305.c | 103 size_t offset = 0U; in poly1305_process() local 309 size_t offset = 0U; in mbedtls_poly1305_update() local
|
/openthread-3.4.0/tests/unit/ |
D | test_message.cpp | 77 for (uint16_t offset = 0; offset < kMaxSize; offset++) in TestMessage() local 268 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local 289 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local 381 uint16_t offset = message->GetLength(); in TestAppender() local
|
D | test_tlv.cpp | 47 uint16_t offset; in TestTlv() local
|
D | test_frame_builder.cpp | 48 uint16_t offset; in TestFrameBuilder() local
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 106 long filesize, offset; in main() local 109 __int64 filesize, offset; in main() local 111 off_t filesize, offset; in main() local
|
/openthread-3.4.0/src/core/utils/ |
D | flash.cpp | 101 for (uint32_t offset = mSwapUsed; offset < mSwapSize; offset += sizeof(temp)) in SanitizeFreeSpace() local 122 uint32_t offset; in Get() local 264 for (uint32_t offset = kSwapMarkerSize; offset < mSwapUsed; offset += record.GetSize()) in Delete() local
|
D | heap.cpp | 166 …for (const uint16_t offset = block.GetLeftNext(); left->GetNext() != offset; left = &BlockNext(*le… in Free() local 181 …for (const uint16_t offset = BlockOffset(right); prev->GetNext() != offset; prev = &BlockNext(*pre… in Free() local
|
/openthread-3.4.0/examples/platforms/simulation/ |
D | flash.c | 59 const char *offset = getenv("PORT_OFFSET"); in otPlatFlashInit() local 146 for (uint32_t offset = 0; offset < aSize; offset++) in otPlatFlashWrite() local
|
D | logging.c | 105 int offset; in otPlatLog() local
|
/openthread-3.4.0/src/core/thread/ |
D | link_metrics.cpp | 129 uint16_t offset = aOffset; in HandleReport() local 307 uint16_t offset; in HandleManagementResponse() local 427 uint16_t offset; in AppendReport() local 519 uint16_t offset; in HandleManagementRequest() local 591 uint16_t offset; in HandleLinkProbe() local 652 for (uint16_t offset = aStartOffset; offset < aEndOffset; offset++) in ReadTypeIdsFromMessage() local
|
D | energy_scan_server.cpp | 190 uint16_t offset; in SendReport() local
|
D | network_diagnostic.cpp | 252 uint16_t offset; in AppendRequestedTlvs() local 456 uint16_t offset = 0; in HandleTmf() local 643 uint16_t offset = (aIterator == 0) ? aMessage.GetOffset() : aIterator; in GetNextDiagTlv() local
|
/openthread-3.4.0/src/core/common/ |
D | tlvs.cpp | 162 uint16_t offset = aMessage.GetOffset(); in FindIn() local 236 uint16_t offset; in FindStringTlv() local 248 uint16_t offset; in FindUintTlv() local 265 uint16_t offset; in FindTlv() local
|
/openthread-3.4.0/third_party/tcplp/lib/ |
D | lbuf.h | 43 size_t offset; member
|
D | cbuf.c | 155 …ruct cbufhead* chdr, void* data, size_t data_offset, size_t numbytes, size_t offset, cbuf_copier_t… in cbuf_read_offset() 286 size_t cbuf_reass_write(struct cbufhead* chdr, size_t offset, const void* data, size_t data_offset,… in cbuf_reass_write() 339 size_t cbuf_reass_count_set(struct cbufhead* chdr, size_t offset, uint8_t* bitmap, size_t limit) { in cbuf_reass_count_set() 353 int cbuf_reass_within_offset(struct cbufhead* chdr, size_t offset, size_t index) { in cbuf_reass_within_offset()
|
D | lbuf.c | 88 int lbuf_getrange(struct lbufhead* buffer, size_t offset, size_t numbytes, in lbuf_getrange()
|
/openthread-3.4.0/src/core/net/ |
D | dns_client.cpp | 162 uint16_t offset = kNameOffsetInQuery; in GetName() local 174 uint16_t offset; in CheckForHostNameAlias() local 212 uint16_t offset; in FindHostAddress() local 233 uint16_t offset; in FindARecord() local 278 uint16_t offset; in ReadServiceInfo() local 337 uint16_t offset; in ReadTxtRecord() local 386 uint16_t offset = aMessage.GetOffset(); in PopulateFrom() local 463 uint16_t offset; in GetServiceInstance() local 517 uint16_t offset; in FindPtrRecord() local 575 uint16_t offset = kNameOffsetInQuery; in GetServiceName() local [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | havege.h | 45 uint32_t PT1, PT2, offset[2]; member
|
/openthread-3.4.0/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 57 size_t offset; in tcp_reass() local
|
/openthread-3.4.0/src/posix/platform/ |
D | settings.cpp | 87 const char *offset = getenv("PORT_OFFSET"); in getSettingsFileName() local 196 …for (off_t size = lseek(sSettingsFd, 0, SEEK_END), offset = lseek(sSettingsFd, 0, SEEK_SET); offse… in otPlatSettingsInit() local 338 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsGet() local 434 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsDelete() local
|
D | backtrace.cpp | 79 unsigned int offset = 0; in demangleSymbol() local
|
/openthread-3.4.0/src/core/meshcop/ |
D | dataset_manager_ftd.cpp | 77 uint16_t offset = aMessage.GetOffset(); in HandleSet() local 425 uint16_t offset = aMessage.GetOffset(); in ApplyActiveDataset() local
|