mbedTLS
mbedtls_ssl_config::p_cache
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_config::p_cache
mbedtls_ssl_config::p_cache field
Syntax
Show:
Summary
Declaration
from
ssl.h:1505
void
*
MBEDTLS_PRIVATE
(
p_cache
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
p_cache
)
;
/*!< context for cache callbacks */
ssl.h:1505
conf
->
p_cache
=
p_cache
;
ssl_tls.c:1716
mbedtls_ssl_conf_session_cache()
if
(
ssl
->
conf
->
f_set_cache
(
ssl
->
conf
->
p_cache
,
ssl_tls.c:8276
mbedtls_ssl_handshake_wrapup()
ret
=
ssl
->
conf
->
f_get_cache
(
ssl
->
conf
->
p_cache
,
ssl_tls12_server.c:2135
ssl_handle_id_based_session_resumption()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::p_cache
is written by 1 function and is read by 2 functions:
mbedtls_ssl_conf_session_cache()
All items filtered out
mbedtls_ssl_config::p_cache
mbedtls_ssl_handshake_wrapup()
ssl_handle_id_based_session_resumption()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out