Home
last modified time | relevance | path

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

/tests/
A DDescriptions.txt21 covered by compat.sh: session resumption (using session cache or tickets),
/tests/src/test_helpers/
A Dssl_helpers.c87 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()
/tests/include/test/
A Dssl_helpers.h126 mbedtls_ssl_cache_context *cache; member
/tests/suites/
A Dtest_suite_ssl.function3588 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