Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_server2.c665 int cache_max; /* max number of session cache entries */ member
1752 opt.cache_max = DFL_CACHE_MAX; in main()
2208 opt.cache_max = atoi(q); in main()
2209 if (opt.cache_max < 0) { in main()
2947 if (opt.cache_max != -1) { in main()
2948 mbedtls_ssl_cache_set_max_entries(&cache, opt.cache_max); in main()