mbedTLS
mbedtls_ssl_ticket_context::keys
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::keys
mbedtls_ssl_ticket_context::keys field
ticket protection keys
Syntax
Show:
Summary
Declaration
from
ssl_ticket.h:72
mbedtls_ssl_ticket_key
MBEDTLS_PRIVATE
(
keys
)
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_ticket_key
MBEDTLS_PRIVATE
(
keys
)
[
2
]
;
/*!< ticket protection keys */
ssl_ticket.h:72
mbedtls_ssl_ticket_key
*
key
=
ctx
->
keys
+
index
;
ssl_ticket.c:69
ssl_ticket_gen_key()
mbedtls_ssl_ticket_key
*
const
key
=
ctx
->
keys
+
ctx
->
active
;
ssl_ticket.c:123
ssl_ticket_update_keys()
mbedtls_ssl_ticket_key
*
const
key
=
ctx
->
keys
+
idx
;
ssl_ticket.c:160
mbedtls_ssl_ticket_rotate()
if
(
(
ret
=
mbedtls_cipher_setup
(
&
ctx
->
keys
[
0
]
.
ctx
,
cipher_info
)
)
!=
0
)
{
ssl_ticket.c:268
mbedtls_ssl_ticket_setup()
if
(
(
ret
=
mbedtls_cipher_setup
(
&
ctx
->
keys
[
1
]
.
ctx
,
cipher_info
)
)
!=
0
)
{
ssl_ticket.c:272
mbedtls_ssl_ticket_setup()
key
=
&
ctx
->
keys
[
ctx
->
active
]
;
ssl_ticket.c:339
mbedtls_ssl_ticket_write()
for
(
i
=
0
;
i
<
sizeof
(
ctx
->
keys
)
/
sizeof
(
*
ctx
->
keys
)
;
i
++
)
{
ssl_ticket.c:406
ssl_ticket_select_key()
if
(
memcmp
(
name
,
ctx
->
keys
[
i
]
.
name
,
4
)
==
0
)
{
ssl_ticket.c:407
ssl_ticket_select_key()
return
&
ctx
->
keys
[
i
]
;
ssl_ticket.c:408
ssl_ticket_select_key()
mbedtls_cipher_free
(
&
ctx
->
keys
[
0
]
.
ctx
)
;
ssl_ticket.c:545
mbedtls_ssl_ticket_free()
mbedtls_cipher_free
(
&
ctx
->
keys
[
1
]
.
ctx
)
;
ssl_ticket.c:546
mbedtls_ssl_ticket_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_ticket_context::keys
is read by 7 functions:
All items filtered out
mbedtls_ssl_ticket_context::keys
ssl_ticket_gen_key()
ssl_ticket_update_keys()
mbedtls_ssl_ticket_rotate()
mbedtls_ssl_ticket_setup()
mbedtls_ssl_ticket_write()
ssl_ticket_select_key()
mbedtls_ssl_ticket_free()
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