mbedTLS
mbedtls_ssl_config::p_ticket
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_ticket
mbedtls_ssl_config::p_ticket field
Syntax
Show:
Summary
Declaration
from
ssl.h:1544
void
*
MBEDTLS_PRIVATE
(
p_ticket
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
p_ticket
)
;
/*!< context for the ticket callbacks */
ssl.h:1544
conf
->
p_ticket
=
p_ticket
;
ssl_tls.c:3025
mbedtls_ssl_conf_session_tickets_cb()
if
(
(
ret
=
ssl
->
conf
->
f_ticket_parse
(
ssl
->
conf
->
p_ticket
,
&
session
,
ssl_tls12_server.c:503
ssl_parse_session_ticket_ext()
if
(
(
ret
=
ssl
->
conf
->
f_ticket_write
(
ssl
->
conf
->
p_ticket
,
ssl_tls12_server.c:4289
ssl_write_new_session_ticket()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::p_ticket
is written by 1 function and is read by 2 functions:
mbedtls_ssl_conf_session_tickets_cb()
All items filtered out
mbedtls_ssl_config::p_ticket
ssl_parse_session_ticket_ext()
ssl_write_new_session_ticket()
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