Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c665 int cache_max; /* max number of session cache entries */ member
1743 opt.cache_max = DFL_CACHE_MAX; in main()
2199 opt.cache_max = atoi(q); in main()
2200 if (opt.cache_max < 0) { in main()
2938 if (opt.cache_max != -1) { in main()
2939 mbedtls_ssl_cache_set_max_entries(&cache, opt.cache_max); in main()