Searched refs:old (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/library/ |
A D | ssl_cache.c | 136 mbedtls_ssl_cache_entry *old = NULL; in ssl_cache_pick_writing_slot() local 179 old = cur; in ssl_cache_pick_writing_slot() 207 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()
|
A D | memory_buffer_alloc.c | 377 memory_header *hdr, *old = NULL; in buffer_alloc_free() local 429 old = hdr; in buffer_alloc_free() 435 memset( old, 0, sizeof(memory_header) ); in buffer_alloc_free() 446 old = hdr->next; in buffer_alloc_free() 460 hdr->prev_free = old->prev_free; in buffer_alloc_free() 461 hdr->next_free = old->next_free; in buffer_alloc_free() 474 memset( old, 0, sizeof(memory_header) ); in buffer_alloc_free() 480 if( old == NULL ) in buffer_alloc_free()
|
/mbedtls-development/tests/docker/bionic/ |
A D | Dockerfile | 67 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \ 77 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 37 …of library changes. The review may 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…
|
A D | invasive-testing.md | 128 * Check the format of files (which matters so that the product can still read old files after an up…
|
/mbedtls-development/ |
A D | .pylintrc | 54 # Ubuntu 18.04) only recognize old-style format strings using '%',
|
A D | CMakeLists.txt | 164 # some warnings we want are not available with old GCC versions
|
A D | ChangeLog | 487 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names 490 have been renamed, and the old names deprecated. 562 both the old SE interface and the new PSA driver interface, external keys were 866 device, keys created with the old lifetime value will not be readable or 1576 report errors whereas the old functions return void. We recommend that 2068 prior versions of Mbed TLS. To restore the old behavior, enable 3389 * AES-NI now compiles with "old" assemblers too 3669 (Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC) 3886 old PBKDF2 module 4230 * Undid faulty bug fix in ssl_write() when flushing old data (Ticket [all …]
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 182 # description. Set this tag to YES if you prefer the old behaviour instead.
|
Completed in 15 milliseconds