mbedTLS
mbedtls_ssl_ticket_context::active
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::active
mbedtls_ssl_ticket_context::active field
Syntax
Show:
Summary
Declaration
from
ssl_ticket.h:73
unsigned
char
MBEDTLS_PRIVATE
(
active
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
active
)
;
/*!< index of the currently active key */
ssl_ticket.h:73
mbedtls_ssl_ticket_key
*
const
key
=
ctx
->
keys
+
ctx
->
active
;
ssl_ticket.c:123
ssl_ticket_update_keys()
ctx
->
active
=
1
-
ctx
->
active
;
ssl_ticket.c:137
ssl_ticket_update_keys()
return
ssl_ticket_gen_key
(
ctx
,
ctx
->
active
)
;
ssl_ticket.c:145
ssl_ticket_update_keys()
const
unsigned
char
idx
=
1
-
ctx
->
active
;
ssl_ticket.c:159
mbedtls_ssl_ticket_rotate()
ctx
->
active
=
idx
;
ssl_ticket.c:200
mbedtls_ssl_ticket_rotate()
key
=
&
ctx
->
keys
[
ctx
->
active
]
;
ssl_ticket.c:339
mbedtls_ssl_ticket_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_ticket_context::active
is written by 2 functions and is read by 3 functions:
ssl_ticket_update_keys()
mbedtls_ssl_ticket_rotate()
All items filtered out
mbedtls_ssl_ticket_context::active
ssl_ticket_update_keys()
mbedtls_ssl_ticket_rotate()
mbedtls_ssl_ticket_write()
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