Searched refs:cache (Results 1 – 4 of 4) sorted by relevance
21 covered by compat.sh: session resumption (using session cache or tickets),
87 TEST_CALLOC(opts->cache, 1); in mbedtls_test_init_handshake_options()88 mbedtls_ssl_cache_init(opts->cache); in mbedtls_test_init_handshake_options()90 TEST_EQUAL(mbedtls_ssl_cache_get_timeout(opts->cache), in mbedtls_test_init_handshake_options()102 mbedtls_ssl_cache_free(opts->cache); in mbedtls_test_free_handshake_options()103 mbedtls_free(opts->cache); in mbedtls_test_free_handshake_options()900 if (endpoint_type == MBEDTLS_SSL_IS_SERVER && options->cache != NULL) { in mbedtls_test_ssl_endpoint_init_conf()901 mbedtls_ssl_conf_session_cache(&(ep->conf), options->cache, in mbedtls_test_ssl_endpoint_init_conf()
126 mbedtls_ssl_cache_context *cache; member
3588 srv_pattern.pattern = cli_pattern.pattern = "cache did not store session";3629 /* Make sure that the cache did not store the session */
Completed in 18 milliseconds