Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 56) sorted by relevance

123

/openthread-latest/tests/unit/
Dtest_heap.cpp98 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/
Dssl_cache.c141 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()
Dripemd160.c331 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/
Durl.cpp100 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/
Dtest_certs.h.jinja217 "{{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/
Dlbuf.c90 otLinkedBuffer** last, size_t* lastextra) { in lbuf_getrange() argument
108 *last = curr; in lbuf_getrange()
Dlbuf.h83 struct otLinkedBuffer** last, size_t* lastextra);
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dverify_result.py53 self._packet_found[name] = pkts.last()
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
DREADME.md47 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/
Dtest_suite_lms.function100 /* Altering last message byte must cause verification failure */
114 /* Altering last signature byte must cause verification failure */
Dtest_suite_lmots.function100 /* Altering last message byte must cause verification failure */
113 /* Altering last signature byte must cause verification failure */
Dtest_suite_psa_crypto_pake.function256 … !"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.");
Dtest_suite_psa_crypto_metadata.function49 #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! */
Dtest_suite_cipher.padding.data168 Check one and zeros padding #8 (last byte 0x80 | x)
/openthread-latest/etc/cmake/
Doptions.cmake56 # 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/
Dtest_zeroize.gdb11 # breakpoint at the last return statement in main(). When the breakpoint is
/openthread-latest/src/core/diags/
DREADME.md269 last received packet: rssi=-64, lqi=98
339 last received packet: rssi=-61, lqi=98
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md74 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…
241last 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/
DCert_9_2_09_PendingPartition.py237 _pkt = pkts.last()
406 _pkt = pkts.last()
DCert_9_2_05_ActiveDataset.py171 _pkt = pkts.last()
DCert_8_3_01_CommissionerPetition.py119 _pkt = pkts.last()
DCert_9_2_08_PersistentDatasets.py186 _pkt = pkts.last()
DCert_9_2_11_NetworkKey.py214 _pkt = pkts.last()
/openthread-latest/src/cli/
DREADME_SRP.md86 The last command enables the auto-start mode on the client which then monitors the network data to …
DREADME_BR.md278 - Milliseconds since last received Router Advertisement containing this prefix
398 - Milliseconds since last received message from this router

123