/openthread-latest/tests/unit/ |
D | test_flash.cpp | 67 uint16_t length = key; in TestFlash() local 74 uint16_t length = key; in TestFlash() local 96 uint16_t length = index; in TestFlash() local 103 uint16_t length = index; in TestFlash() local 122 uint16_t length = index; in TestFlash() local 136 uint16_t length = index + 12; in TestFlash() local 155 uint16_t length = key; in TestFlash() local 173 uint16_t length = index & 0xf; in TestFlash() local 180 uint16_t length = key; in TestFlash() local
|
D | test_message.cpp | 106 for (uint16_t length = 0; length <= kMaxSize - offset; length++) in TestMessage() local 145 for (uint16_t length = kMaxSize - offset + 1; length <= kMaxSize + 1; length++) in TestMessage() local 174 …for (uint16_t length = 0; length <= kMaxSize - Max(writeOffset, readOffset); length += kLengthStep) in TestMessage() local 198 uint16_t length = kMaxSize - readOffset; in TestMessage() local 215 uint16_t length = kMaxSize - writeOffset; in TestMessage() local 234 …for (uint16_t length = 0; length <= kMaxSize - Max(writeOffset, readOffset); length += kLengthStep) in TestMessage() local 258 for (uint16_t length = 0; length <= kMaxSize - srcOffset; length += kLengthStep) in TestMessage() local 279 for (uint16_t length = 0; length <= kMaxSize - srcOffset; length++) in TestMessage() local 297 for (uint16_t length = 0; length <= kMaxSize - offset; length += kLengthStep) in TestMessage() local 318 for (uint16_t length = 0; length <= kMaxSize; length += kLengthStep) in TestMessage() local
|
D | test_hdlc.cpp | 132 uint16_t length; in TestSpinelMultiFrameBuffer() local 459 uint16_t length; in TestEncoderDecoder() local 600 uint16_t length; in TestFuzzEncoderDecoder() local
|
D | test_tlv.cpp | 49 uint16_t length; in TestTlv() local
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 45 const char *string, size_t length) in append() 73 const char *string, size_t length, in append_with_curve() 91 const char *string, size_t length, in append_with_group() 133 size_t length = strlen(name); in psa_snprint_status() local 150 size_t length = strlen(name); in psa_snprint_ecc_curve() local 167 size_t length = strlen(name); in psa_snprint_dh_group() local
|
/openthread-latest/src/posix/platform/ |
D | settings.cpp | 199 uint16_t length; in otPlatSettingsInit() local 346 uint16_t length; in PlatformSettingsGet() local 445 uint16_t length; in PlatformSettingsDelete() local 564 uint16_t length = sizeof(value); in main() local 575 uint16_t length = sizeof(value); in main() local 607 uint16_t length = sizeof(value); in main() local 625 uint16_t length = sizeof(value); in main() local 644 uint16_t length = sizeof(value); in main() local 671 uint16_t length = sizeof(value); in main() local
|
D | power.cpp | 39 uint16_t length = static_cast<uint16_t>(strlen(aDomain)); in Set() local 80 uint16_t length = sizeof(mData); in Set() local
|
D | mdns_socket.cpp | 246 uint16_t length; in SendMulticast() local 283 uint16_t length; in SendUnicast() local 362 uint16_t length; in SendQueuedMessages() local 439 uint16_t length = 0; in ReceiveMessage() local
|
D | utils.cpp | 70 size_t length = strlen(buf); in ExecuteCommand() local
|
D | entropy.cpp | 128 for (uint16_t length = 0; length < aOutputLength; length++) in otPlatEntropyGet() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | cipher_wrap.c | 170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() 189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() 198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() 209 size_t length, in aes_crypt_xts_wrap() 786 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap() 796 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() 805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() 1204 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap() 1214 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap() [all …]
|
D | ccm.c | 512 static int ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt() 548 int mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_encrypt_and_tag() 558 int mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag() 585 static int ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_decrypt() 608 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt() 619 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
|
D | psa_crypto_core.h | 889 size_t length; member 919 size_t length; member
|
D | chachapoly.c | 246 size_t length, in chachapoly_crypt_and_tag() 278 size_t length, in mbedtls_chachapoly_encrypt_and_tag() 292 size_t length, in mbedtls_chachapoly_auth_decrypt()
|
/openthread-latest/third_party/tcplp/lib/ |
D | lbuf.h | 44 size_t length; member
|
/openthread-latest/src/core/common/ |
D | settings.cpp | 238 uint16_t length = MeshCoP::Dataset::kMaxLength; in ReadOperationalDataset() local 309 uint16_t length = sizeof(ChildInfo); in Read() local 379 uint16_t length = sizeof(BrOnLinkPrefix); in ReadBrOnLinkPrefix() local 399 uint16_t length = aMaxLength; in ReadEntry() local
|
D | appender.cpp | 71 uint16_t length = 0; in GetAppendedLength() local
|
D | offset_range.cpp | 65 uint16_t length = static_cast<uint16_t>(Min<uint32_t>(aLength, mLength)); in AdvanceOffset() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/ |
D | compat.h | 15 uint32_t length; member
|
/openthread-latest/src/core/net/ |
D | checksum.cpp | 103 uint16_t length = aMessage.GetLength() - aMessage.GetOffset(); in Calculate() local 129 uint16_t length = aMessage.GetLength() - aMessage.GetOffset(); in Calculate() local
|
D | dhcp6_client.cpp | 333 uint16_t length = 0; in AppendIaNa() local 419 uint16_t length = aMessage.GetLength() - aMessage.GetOffset(); in ProcessReply() local 510 uint16_t length; in ProcessIaNa() local
|
/openthread-latest/examples/platforms/simulation/ |
D | entropy.c | 126 for (uint16_t length = 0; length < aOutputLength; length++) in otPlatEntropyGet() local
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | random.h | 23 size_t length; member
|
/openthread-latest/src/cli/ |
D | cli_commissioner.cpp | 315 uint8_t length = 0; in Process() local 404 uint16_t length; in Process() local 420 uint16_t length; in Process() local
|
D | cli_udp.cpp | 406 uint16_t length; in PrepareHexStringPayload() local 464 int length; in HandleUdpReceive() local
|