Home
last modified time | relevance | path

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

/mbedtls-latest/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()
/mbedtls-latest/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
/mbedtls-latest/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 \
/mbedtls-latest/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…
/mbedtls-latest/
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.txt203 # some warnings we want are not available with old GCC versions
DChangeLog216 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still
1110 * Fix a long-standing build failure when building x86 PIC code with old
2133 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names
2136 have been renamed, and the old names deprecated.
2208 both the old SE interface and the new PSA driver interface, external keys were
2512 device, keys created with the old lifetime value will not be readable or
3222 report errors whereas the old functions return void. We recommend that
3714 prior versions of Mbed TLS. To restore the old behavior, enable
5035 * AES-NI now compiles with "old" assemblers too
5315 (Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
[all …]
/mbedtls-latest/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
/mbedtls-latest/3rdparty/p256-m/p256-m/
DREADME.md385 ladder, which is a variant of the good old double-and-add algorithm where an
/mbedtls-latest/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…