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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_config::p_cache
mbedtls_ssl_config::p_cache field
context for cache callbacks
Syntax
Show:
Summary
Declaration
from
ssl.h:849
void
*
p_cache
;
Examples
References
from
examples
Code
Location
Referrer
void
*
p_cache
;
/*!< context for cache callbacks */
ssl.h:849
ssl
->
conf
->
f_get_cache
(
ssl
->
conf
->
p_cache
,
ssl
->
session_negotiate
)
==
0
)
ssl_srv.c:2488
ssl_write_server_hello()
if
(
ssl
->
conf
->
f_set_cache
(
ssl
->
conf
->
p_cache
,
ssl
->
session
)
!=
0
)
ssl_tls.c:6371
mbedtls_ssl_handshake_wrapup()
conf
->
p_cache
=
p_cache
;
ssl_tls.c:7178
mbedtls_ssl_conf_session_cache()
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
ssl_write_server_hello()
mbedtls_ssl_handshake_wrapup()
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