mbedTLS
mbedtls_ssl_handshake_params
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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params struct
Syntax
Show:
Summary
Declaration
Definition
from
ssl.h:565
typedef
struct
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params
;
Implemented in
ssl_internal.h:264
Fields
Field
Declared as
Description
mbedtls_ssl_handshake_params::hash_algs
mbedtls_ssl_sig_hash_set_t
Set of suitable sig-hash pairs.
mbedtls_ssl_handshake_params::ecdh_ctx
mbedtls_ecdh_context
ECDH key exchange.
mbedtls_ssl_handshake_params::curves
const
mbedtls_ecp_curve_info
*
*
Supported elliptic curves.
mbedtls_ssl_handshake_params::key_cert
mbedtls_ssl_key_cert
*
chosen key/cert pair (server).
mbedtls_ssl_handshake_params::fin_sha256
mbedtls_sha256_context
mbedtls_ssl_handshake_params::fin_sha512
mbedtls_sha512_context
mbedtls_ssl_handshake_params::update_checksum
void
(
*
)
(
mbedtls_ssl_context
*
,
const
unsigned
char
*
,
size_t
)
mbedtls_ssl_handshake_params::calc_verify
void
(
*
)
(
mbedtls_ssl_context
*
,
unsigned
char
*
)
mbedtls_ssl_handshake_params::calc_finished
void
(
*
)
(
mbedtls_ssl_context
*
,
unsigned
char
*
,
int
)
mbedtls_ssl_handshake_params::tls_prf
int
(
*
)
(
const
unsigned
char
*
,
size_t
,
const
char
*
,
const
unsigned
char
*
,
size_t
,
unsigned
char
*
,
size_t
)
mbedtls_ssl_handshake_params::pmslen
size_t
premaster length.
mbedtls_ssl_handshake_params::randbytes
unsigned
char
[
64
]
random bytes.
mbedtls_ssl_handshake_params::premaster
unsigned
char
[
MBEDTLS_PREMASTER_SIZE
]
premaster secret.
mbedtls_ssl_handshake_params::resume
int
session resume indicator.
mbedtls_ssl_handshake_params::max_major_ver
int
max. major version client.
mbedtls_ssl_handshake_params::max_minor_ver
int
max. minor version client.
mbedtls_ssl_handshake_params::cli_exts
int
client extension presence.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params
;
ssl.h:565
struct
mbedtls_ssl_handshake_params
ssl_internal.h:264
typedef
struct
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params
;
ssl.h:565
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params
*
handshake
;
/*!< params required only during
ssl.h:1059
mbedtls_ssl_context
mbedtls_ssl_context::handshake
mbedtls_ssl_handshake_params
*
handshake
=
ssl
->
handshake
;
ssl_tls.c:627
mbedtls_ssl_derive_keys()
mbedtls_ssl_handshake_params
*
const
hs
=
ssl
->
handshake
;
ssl_tls.c:3708
mbedtls_ssl_update_handshake_status()
mbedtls_free
(
ssl
->
handshake
)
;
ssl_tls.c:6316
ssl_handshake_wrapup_free_hs_transform()
static
void
ssl_handshake_params_init
(
mbedtls_ssl_handshake_params
*
handshake
)
ssl_tls.c:6598
ssl_handshake_params_init()
ssl_handshake_params_init()::handshake
memset
(
handshake
,
0
,
sizeof
(
mbedtls_ssl_handshake_params
)
)
;
ssl_tls.c:6600
ssl_handshake_params_init()
ssl
->
handshake
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_ssl_handshake_params
)
)
;
ssl_tls.c:6692
ssl_handshake_init()
mbedtls_free
(
ssl
->
handshake
)
;
ssl_tls.c:6702
ssl_handshake_init()
mbedtls_ssl_handshake_params
*
handshake
=
ssl
->
handshake
;
ssl_tls.c:8818
mbedtls_ssl_handshake_free()
sizeof
(
mbedtls_ssl_handshake_params
)
)
;
ssl_tls.c:8904
mbedtls_ssl_handshake_free()
mbedtls_free
(
ssl
->
handshake
)
;
ssl_tls.c:8969
mbedtls_ssl_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
Instance
Scope
Location
Project
mbedtls_ssl_context::handshake
mbedtls_ssl_context
ssl.h:1059
ssl_handshake_params_init()::handshake
ssl_handshake_params_init()
ssl_tls.c:6598
Lifecycle
from
examples
mbedtls_ssl_handshake_params
is allocated by 1 symbol and is freed by 3 symbols:
ssl_handshake_init()
All items filtered out
mbedtls_ssl_handshake_params
ssl_handshake_wrapup_free_hs_transform()
ssl_handshake_init()
mbedtls_ssl_free()
All items filtered out