Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h604 void *p_cache; /*!< context for cache callbacks */ member
1498 void *p_cache,
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_tls.c5003 if( ssl->conf->f_set_cache( ssl->conf->p_cache, ssl->session ) != 0 ) in mbedtls_ssl_handshake_wrapup()
5663 void *p_cache, in mbedtls_ssl_conf_session_cache() argument
5667 conf->p_cache = p_cache; in mbedtls_ssl_conf_session_cache()
Dssl_srv.c2296 ssl->conf->f_get_cache( ssl->conf->p_cache, ssl->session_negotiate ) == 0 )