mbedTLS
ssl_set_handshake_prfs()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ssl_set_handshake_prfs()
ssl_set_handshake_prfs() function
Syntax
Show:
Summary
Declaration
from
ssl_tls.c:6929
MBEDTLS_CHECK_RETURN_CRITICAL
static
int
ssl_set_handshake_prfs
(
mbedtls_ssl_handshake_params
*
handshake
,
mbedtls_md_type_t
hash
)
;
Arguments
Argument
handshake
hash
Related Functions
Found 2 other functions taking a
mbedtls_ssl_handshake_params
argument:
Function
ssl_handshake_params_init()
ssl_compute_master()
Examples
References
from
examples
Code
Location
Referrer
static
int
ssl_set_handshake_prfs
(
mbedtls_ssl_handshake_params
*
handshake
,
ssl_tls.c:6930
ret
=
ssl_set_handshake_prfs
(
ssl
->
handshake
,
ssl_tls.c:7174
mbedtls_ssl_derive_keys()
Call Tree
from
examples
ssl_set_handshake_prfs()
is called by 1 function:
mbedtls_ssl_derive_keys()
All items filtered out
ssl_set_handshake_prfs()
All items filtered out
Data Use
from
examples
ssl_set_handshake_prfs()
reads 7 variables and writes 3 variables:
mbedtls_md_type_t::MBEDTLS_MD_SHA384
tls_prf_sha256()
tls_prf_sha384()
ssl_calc_verify_tls_sha256()
ssl_calc_verify_tls_sha384()
ssl_calc_finished_tls_sha256()
ssl_calc_finished_tls_sha384()
All items filtered out
ssl_set_handshake_prfs()
mbedtls_ssl_handshake_params::calc_verify
mbedtls_ssl_handshake_params::calc_finished
mbedtls_ssl_handshake_params::tls_prf
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