Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/library/
A Dssl_cache.c133 mbedtls_time_t t = mbedtls_time( NULL ), oldest = 0; in ssl_cache_pick_writing_slot() local
176 if( oldest == 0 || cur->timestamp < oldest ) in ssl_cache_pick_writing_slot()
178 oldest = cur->timestamp; in ssl_cache_pick_writing_slot()
/mbedtls-development/tests/suites/
A Dtest_suite_ssl.function336 * the oldest inserted message length(fifo). \p msg_len can be null, in which
366 * This will be the oldest inserted message length(fifo).
A Dtest_suite_ssl.data597 SSL DTLS replay: oldest in window, replayed
600 SSL DTLS replay: oldest in window, not replayed

Completed in 14 milliseconds