mbedTLS
mbedtls_ssl_ticket_key
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
mbedtls_ssl_ticket_key struct
Information for session ticket protection
Syntax
Show:
Summary
Declaration
from
ssl_ticket.h:47
typedef
struct
mbedtls_ssl_ticket_key
{
unsigned
char
MBEDTLS_PRIVATE
(
name
)
[
MBEDTLS_SSL_TICKET_KEY_NAME_BYTES
]
;
#if
defined
(
MBEDTLS_HAVE_TIME
)
mbedtls_time_t
MBEDTLS_PRIVATE
(
generation_time
)
;
#endif
uint32_t
MBEDTLS_PRIVATE
(
lifetime
)
;
#if
!
defined
(
MBEDTLS_USE_PSA_CRYPTO
)
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
ctx
)
;
#else
mbedtls_svc_key_id_t
MBEDTLS_PRIVATE
(
key
)
;
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
psa_key_type_t
MBEDTLS_PRIVATE
(
key_type
)
;
size_t
MBEDTLS_PRIVATE
(
key_bits
)
;
#endif
}
mbedtls_ssl_ticket_key
;
Fields
Field
Declared as
Description
mbedtls_ssl_ticket_key::name
unsigned
char
MBEDTLS_PRIVATE
(
)
[
MBEDTLS_SSL_TICKET_KEY_NAME_BYTES
]
random key identifier.
mbedtls_ssl_ticket_key::generation_time
mbedtls_time_t
MBEDTLS_PRIVATE
(
mbedtls_ssl_ticket_key::lifetime
uint32_t
MBEDTLS_PRIVATE
(
Lifetime of the key in seconds. This is also the lifetime of the tickets created under that key.
mbedtls_ssl_ticket_key::ctx
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
Examples
References
from
examples
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