/openthread-latest/third_party/mbedtls/repo/library/ |
D | alignment.h | 412 #define MBEDTLS_GET_UINT32_BE(data, offset) \ argument 427 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument 448 #define MBEDTLS_GET_UINT32_LE(data, offset) \ argument 464 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument 485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ argument 500 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument 521 #define MBEDTLS_GET_UINT16_BE(data, offset) \ argument 536 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument 557 #define MBEDTLS_GET_UINT24_BE(data, offset) \ argument 573 #define MBEDTLS_PUT_UINT24_BE(n, data, offset) \ argument [all …]
|
D | chacha20.c | 135 size_t offset = i * 4U; in chacha20_block() local 206 size_t offset = 0U; in mbedtls_chacha20_update() local
|
D | constant_time.c | 151 void mbedtls_ct_memmove_left(void *start, size_t total, size_t offset) in mbedtls_ct_memmove_left() 217 size_t offset, in mbedtls_ct_memcpy_offset()
|
D | poly1305.c | 73 size_t offset = 0U; in poly1305_process() local 274 size_t offset = 0U; in mbedtls_poly1305_update() local
|
D | gcm.c | 471 size_t use_len, offset; in mbedtls_gcm_update_ad() local 536 size_t offset, size_t use_len, in gcm_mask() 572 size_t offset; in mbedtls_gcm_update() local
|
/openthread-latest/tests/unit/ |
D | test_message.cpp | 104 for (uint16_t offset = 0; offset < kMaxSize; offset++) in TestMessage() local 295 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local 316 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local 408 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-latest/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 83 long filesize, offset; in main() local 86 __int64 filesize, offset; in main() local 88 off_t filesize, offset; in main() local
|
/openthread-latest/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-latest/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-latest/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-latest/src/core/net/ |
D | dns_client.cpp | 157 uint16_t offset = kNameOffsetInQuery; in GetName() local 172 uint16_t offset; in CheckForHostNameAlias() local 215 uint16_t offset; in FindHostAddress() local 236 uint16_t offset; in FindARecord() local 281 uint16_t offset; in ReadServiceInfo() local 340 uint16_t offset; in ReadTxtRecord() local 389 uint16_t offset = aMessage.GetOffset(); in PopulateFrom() local 466 uint16_t offset; in GetServiceInstance() local 520 uint16_t offset; in FindPtrRecord() local 578 uint16_t offset = kNameOffsetInQuery; in GetServiceName() local [all …]
|
D | dnssd_server.cpp | 309 uint16_t offset = sizeof(Header); in ParseQuestions() local 381 uint16_t offset; in AddQuestionsFrom() local 433 uint16_t offset; in ParseQueryName() local 1040 uint16_t offset = sizeof(Header); in ReadQueryName() local 1047 uint16_t offset = sizeof(Header); in QueryNameMatches() local 1054 uint16_t offset = aInfo.mOffsets.mInstanceName; in ReadQueryInstanceName() local 1067 uint16_t offset = aInfo.mOffsets.mInstanceName; in ReadQueryInstanceName() local 1077 uint16_t offset = aInfo.mOffsets.mInstanceName; in QueryInstanceNameMatches() local 1084 uint16_t offset = aInfo.mOffsets.mHostName; in ReadQueryHostName() local 1091 uint16_t offset = aInfo.mOffsets.mHostName; in QueryHostNameMatches() local [all …]
|
D | dhcp6_client.cpp | 418 uint16_t offset = aMessage.GetOffset(); in ProcessReply() local 450 uint32_t offset = aOffset; in FindOption() local
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 57 size_t offset; in tcp_reass() local
|
/openthread-latest/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 339 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsGet() local 435 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsDelete() local
|
D | virtual_time.cpp | 58 char *offset; in virtualTimeInit() local
|
D | backtrace.cpp | 79 unsigned int offset = 0; in demangleSymbol() local
|
/openthread-latest/src/core/thread/ |
D | energy_scan_server.cpp | 187 uint16_t offset; in SendReport() local
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 184 uint16_t offset; in SendCommand() local 210 uint16_t offset; in SendCommand() local
|