Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1499 void *MBEDTLS_PRIVATE(p_cache); /*!< context for cache callbacks */
3200 void *p_cache,
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c1735 void *p_cache, in mbedtls_ssl_conf_session_cache() argument
1739 conf->p_cache = p_cache; in mbedtls_ssl_conf_session_cache()
8499 if (ssl->conf->f_set_cache(ssl->conf->p_cache, in mbedtls_ssl_handshake_wrapup()
Dssl_tls12_server.c2133 ret = ssl->conf->f_get_cache(ssl->conf->p_cache, in ssl_handle_id_based_session_resumption()