Home
last modified time | relevance | path

Searched refs:old (Results 1 – 20 of 20) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c139 mbedtls_ssl_cache_entry *old = NULL; in ssl_cache_pick_writing_slot() local
177 old = cur; in ssl_cache_pick_writing_slot()
206 if (old == NULL) { in ssl_cache_pick_writing_slot()
218 old = cache->chain; in ssl_cache_pick_writing_slot()
219 cache->chain = old->next; in ssl_cache_pick_writing_slot()
220 old->next = NULL; in ssl_cache_pick_writing_slot()
221 last->next = old; in ssl_cache_pick_writing_slot()
225 cur = old; in ssl_cache_pick_writing_slot()
233 old = cur->next; in ssl_cache_pick_writing_slot()
235 cur->next = old; in ssl_cache_pick_writing_slot()
Dmemory_buffer_alloc.c362 memory_header *hdr, *old = NULL; in buffer_alloc_free() local
413 old = hdr; in buffer_alloc_free()
420 memset(old, 0, sizeof(memory_header)); in buffer_alloc_free()
430 old = hdr->next; in buffer_alloc_free()
445 hdr->prev_free = old->prev_free; in buffer_alloc_free()
446 hdr->next_free = old->next_free; in buffer_alloc_free()
462 memset(old, 0, sizeof(memory_header)); in buffer_alloc_free()
468 if (old == NULL) { in buffer_alloc_free()
/openthread-latest/src/cli/
DREADME_HISTORY.md351 - Path cost (old `->` new) - `inf` to indicate infinite path cost.
395 00:00:06.959 -> event:NextHopChanged router:7(0x1c00) nexthop:34(0x8800) old-cost:inf new-cost:3
396 00:00:10.305 -> event:NextHopChanged router:34(0x8800) nexthop:34(0x8800) old-cost:inf new-cost:2
397 00:00:10.305 -> event:Added router:7(0x1c00) nexthop:none old-cost:inf new-cost:inf
398 00:00:13.632 -> event:Added router:34(0x8800) nexthop:none old-cost:inf new-cost:inf
399 00:00:16.649 -> event:Removed router:59(0xec00) nexthop:none old-cost:inf new-cost:inf
400 00:00:16.649 -> event:Removed router:54(0xd800) nexthop:none old-cost:inf new-cost:inf
401 00:00:16.649 -> event:Removed router:34(0x8800) nexthop:none old-cost:inf new-cost:inf
402 00:00:16.649 -> event:Removed router:7(0x1c00) nexthop:none old-cost:inf new-cost:inf
403 00:00:56.496 -> event:NextHopChanged router:59(0xec00) nexthop:34(0x8800) old-cost:1 new-cost:5
[all …]
DREADME_NETDATA.md308 ### publish replace \<old prefix\> \<prefix\> [sn][prf]
312old prefix, this command behaves similarly to `netdata publish route`. If there is a previously pu…
/openthread-latest/script/
Dcheck-size110 old)
320 build_nrf52840 ftd old
321 build_nrf52840 mtd old
322 build_nrf52840 br old
/openthread-latest/src/core/thread/
Dradio_selector.cpp87 uint8_t old = aNeighbor.GetRadioPreference(aRadioType); in UpdatePreference() local
88 int16_t preference = static_cast<int16_t>(old); in UpdatePreference()
109 …return ((old >= kHighPreference) != (preference >= kHighPreference)) ? kLogLevelInfo : kLogLevelDe… in UpdatePreference()
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja62 /* Support the 'old' SE interface when asked to */
64 /* PSA_CRYPTO_DRIVER_PRESENT is defined when either a new-style or old-style
Dpsa_crypto_driver_wrappers.h.jinja63 /* Support the 'old' SE interface when asked to */
65 /* PSA_CRYPTO_DRIVER_PRESENT is defined when either a new-style or old-style
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile63 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \
73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md37 … of library changes. The review is be assisted by a tool that compares the old and the new version…
39 If the way certain keys are stored changes, and we don't deliberately decide to stop supporting old
56 …on. When the storage format changes, if backward compatibility is desired, old test data should be…
Dinvasive-testing.md128 * Check the format of files (which matters so that the product can still read old files after an up…
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc55 # Ubuntu 18.04) only recognize old-style format strings using '%',
DCONTRIBUTING.md37 …create a new function with a new name with the desired interface. Keep the old function, but mark …
DCMakeLists.txt195 # some warnings we want are not available with old GCC versions
DChangeLog22 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still
915 * Fix a long-standing build failure when building x86 PIC code with old
1938 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names
1941 have been renamed, and the old names deprecated.
2013 both the old SE interface and the new PSA driver interface, external keys were
2317 device, keys created with the old lifetime value will not be readable or
3027 report errors whereas the old functions return void. We recommend that
3519 prior versions of Mbed TLS. To restore the old behavior, enable
4840 * AES-NI now compiles with "old" assemblers too
5120 (Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dtesting.md83 use of the old API, specific integrations test may be required
Dstrategy.md306 convenient, for example in parts of the code that accept old-style identifiers
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md385 ladder, which is a variant of the good old double-and-add algorithm where an
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md297 …uire and test that the new version of the library supports recovery of the old library's states, w…
/openthread-latest/doc/
DDoxyfile.in232 # tag to YES if you prefer the old behavior instead.
1275 # files are now used as the Windows 98 help format, and will replace the old