mbedTLS
mbedtls_ssl_ticket_key::ctx
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_key::ctx
mbedtls_ssl_ticket_key::ctx field
Syntax
Show:
Summary
Declaration
from
ssl_ticket.h:58
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
ctx
)
;
/*!< context for auth enc/decryption */
ssl_ticket.h:58
ret
=
mbedtls_cipher_setkey
(
&
key
->
ctx
,
buf
,
ssl_ticket.c:104
ssl_ticket_gen_key()
mbedtls_cipher_get_key_bitlen
(
&
key
->
ctx
)
,
ssl_ticket.c:105
ssl_ticket_gen_key()
const
int
bitlen
=
mbedtls_cipher_get_key_bitlen
(
&
key
->
ctx
)
;
ssl_ticket.c:168
mbedtls_ssl_ticket_rotate()
ret
=
mbedtls_cipher_setkey
(
&
key
->
ctx
,
k
,
bitlen
,
MBEDTLS_ENCRYPT
)
;
ssl_ticket.c:194
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()
if
(
(
ret
=
mbedtls_cipher_auth_encrypt_ext
(
&
key
->
ctx
,
ssl_ticket.c:369
mbedtls_ssl_ticket_write()
if
(
(
ret
=
mbedtls_cipher_auth_decrypt_ext
(
&
key
->
ctx
,
ssl_ticket.c:479
mbedtls_ssl_ticket_parse()
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
All items filtered out
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