Searched refs:oldest (Results 1 – 3 of 3) sorted by relevance
133 mbedtls_time_t t = mbedtls_time( NULL ), oldest = 0; in ssl_cache_pick_writing_slot() local176 if( oldest == 0 || cur->timestamp < oldest ) in ssl_cache_pick_writing_slot()178 oldest = cur->timestamp; in ssl_cache_pick_writing_slot()
336 * the oldest inserted message length(fifo). \p msg_len can be null, in which366 * This will be the oldest inserted message length(fifo).
597 SSL DTLS replay: oldest in window, replayed600 SSL DTLS replay: oldest in window, not replayed
Completed in 14 milliseconds