mbedTLS
mbedtls_ssl_ticket_context::ticket_lifetime
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_ticket_context::ticket_lifetime
mbedtls_ssl_ticket_context::ticket_lifetime field
Syntax
Show:
Summary
Declaration
from
ssl_ticket.h:75
uint32_t
MBEDTLS_PRIVATE
(
ticket_lifetime
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
MBEDTLS_PRIVATE
(
ticket_lifetime
)
;
/*!< lifetime of tickets in seconds */
ssl_ticket.h:75
key
->
lifetime
=
ctx
->
ticket_lifetime
;
ssl_ticket.c:81
ssl_ticket_gen_key()
ctx
->
ticket_lifetime
=
lifetime
;
ssl_ticket.c:201
mbedtls_ssl_ticket_rotate()
ctx
->
ticket_lifetime
=
lifetime
;
ssl_ticket.c:257
mbedtls_ssl_ticket_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_ticket_context::ticket_lifetime
is written by 2 functions and is read by 1 function:
mbedtls_ssl_ticket_rotate()
mbedtls_ssl_ticket_setup()
All items filtered out
mbedtls_ssl_ticket_context::ticket_lifetime
ssl_ticket_gen_key()
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