/openthread-latest/tests/unit/ |
D | test_heap.cpp | 98 Node *last = &head; in TestAllocateRandomly() local 104 last->mNext = static_cast<Node *>(heap.CAlloc(1, size)); in TestAllocateRandomly() 107 if (last->mNext == nullptr) in TestAllocateRandomly() 112 …VerifyOrQuit(last->mNext->mNext == nullptr, "TestAllocateRandomly memory not initialized to zero!"… in TestAllocateRandomly() 113 last = last->mNext; in TestAllocateRandomly() 114 last->mSize = size; in TestAllocateRandomly() 136 if (last == curr) in TestAllocateRandomly() 138 last = prev; in TestAllocateRandomly() 145 last = head.mNext; in TestAllocateRandomly() 147 while (last) in TestAllocateRandomly() [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_cache.c | 141 mbedtls_ssl_cache_entry *cur, *last; in ssl_cache_pick_writing_slot() local 151 last = NULL; in ssl_cache_pick_writing_slot() 158 last = cur; in ssl_cache_pick_writing_slot() 192 if (last == NULL) { in ssl_cache_pick_writing_slot() 195 last->next = cur; in ssl_cache_pick_writing_slot() 221 last->next = old; in ssl_cache_pick_writing_slot()
|
D | ripemd160.c | 331 uint32_t last, padn; in mbedtls_ripemd160_finish() local 342 last = ctx->total[0] & 0x3F; in mbedtls_ripemd160_finish() 343 padn = (last < 56) ? (56 - last) : (120 - last); in mbedtls_ripemd160_finish()
|
/openthread-latest/src/lib/url/ |
D | url.cpp | 100 const char *last = nullptr; in GetValue() local 113 last = start; in GetValue() 114 start = last + strlen(last) + 1; in GetValue()
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | test_certs.h.jinja2 | 17 "{{line}}\r\n"{% if not loop.last %}{{ '\\' | put_to_column(position=80-10-1-line|length)}} 28 {% if not loop.last %}
|
/openthread-latest/third_party/tcplp/lib/ |
D | lbuf.c | 90 otLinkedBuffer** last, size_t* lastextra) { in lbuf_getrange() argument 108 *last = curr; in lbuf_getrange()
|
D | lbuf.h | 83 struct otLinkedBuffer** last, size_t* lastextra);
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | verify_result.py | 53 self._packet_found[name] = pkts.last()
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 47 They also use the last bytes as configuration options. 54 * Finally, you can add the options by appending the last bytes to the file test.cor
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_lms.function | 100 /* Altering last message byte must cause verification failure */ 114 /* Altering last signature byte must cause verification failure */
|
D | test_suite_lmots.function | 100 /* Altering last message byte must cause verification failure */ 113 /* Altering last signature byte must cause verification failure */
|
D | test_suite_psa_crypto_pake.function | 256 … !"One of the last psa_pake_input() calls should have returned the expected error."); 350 … !"One of the last psa_pake_input() calls should have returned the expected error."); 383 … !"One of the last psa_pake_input() calls should have returned the expected error."); 439 … !"One of the last psa_pake_input() calls should have returned the expected error."); 503 … !"One of the last psa_pake_input() calls should have returned the expected error."); 530 … !"One of the last psa_pake_input() calls should have returned the expected error.");
|
D | test_suite_psa_crypto_metadata.function | 49 #define ALG_FLAG_MASK_PLUS_ONE (1u << 30) /* must be last! */ 63 #define KEY_TYPE_FLAG_MASK_PLUS_ONE (1u << 8) /* must be last! */ 70 #define KEY_LIFETIME_FLAG_MASK_PLUS_ONE (1u << 2) /* must be last! */
|
D | test_suite_cipher.padding.data | 168 Check one and zeros padding #8 (last byte 0x80 | x)
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 56 # config. There is an optional last parameter which if provided 87 # last parameter which if provided determines the default value 110 # OPENTHREAD_CONFIG `ot_config`. There is an optional last 139 # last parameter which if provided determines the default value
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_zeroize.gdb | 11 # breakpoint at the last return statement in main(). When the breakpoint is
|
/openthread-latest/src/core/diags/ |
D | README.md | 269 last received packet: rssi=-64, lqi=98 339 last received packet: rssi=-61, lqi=98
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 74 As a last resort, you can access the field `foo` of a structure `bar` by writing `bar.MBEDTLS_PRIVA… 239 …ions had to pass inputs consisting of whole 16-byte blocks except for the last block (this limitat… 241 …last input is not a multiple of 16, alternative implementations may return the last partial block … 242 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede… 251 …* Buffer the data for the last partial block, to be returned in the next call to `mbedtls_gcm_upda… 252 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed. 411 the last call to `mbedtls_cipher_update()` — that is, without calling 808 the one that has been configured last. In Mbed TLS 3.0, 814 remove all but the last call, so that only one call to _either_ 996 issuing only the very last call to `mbedtls_ssl_set_session()`.
|
/openthread-latest/tests/scripts/thread-cert/ |
D | Cert_9_2_09_PendingPartition.py | 237 _pkt = pkts.last() 406 _pkt = pkts.last()
|
D | Cert_9_2_05_ActiveDataset.py | 171 _pkt = pkts.last()
|
D | Cert_8_3_01_CommissionerPetition.py | 119 _pkt = pkts.last()
|
D | Cert_9_2_08_PersistentDatasets.py | 186 _pkt = pkts.last()
|
D | Cert_9_2_11_NetworkKey.py | 214 _pkt = pkts.last()
|
/openthread-latest/src/cli/ |
D | README_SRP.md | 86 The last command enables the auto-start mode on the client which then monitors the network data to …
|
D | README_BR.md | 278 - Milliseconds since last received Router Advertisement containing this prefix 398 - Milliseconds since last received message from this router
|