mbedTLS
mbedtls_ssl_handshake_params::tls_prf
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_handshake_params::tls_prf
mbedtls_ssl_handshake_params::tls_prf field
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:725
mbedtls_ssl_tls_prf_cb
*
tls_prf
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ssl_tls_prf_cb
*
tls_prf
;
ssl_misc.h:725
handshake
->
tls_prf
=
tls_prf_sha384
;
ssl_tls.c:6935
ssl_set_handshake_prfs()
handshake
->
tls_prf
=
tls_prf_sha256
;
ssl_tls.c:6943
ssl_set_handshake_prfs()
ret
=
handshake
->
tls_prf
(
handshake
->
premaster
,
handshake
->
pmslen
,
ssl_tls.c:7145
ssl_compute_master()
ssl
->
handshake
->
tls_prf
,
ssl_tls.c:7208
mbedtls_ssl_derive_keys()
ssl
->
handshake
->
tls_prf
(
session
->
master
,
48
,
sender
,
ssl_tls.c:8165
ssl_calc_finished_tls_generic()
Call Tree
from
examples
mbedtls_ssl_handshake_params::tls_prf
is called by 2 functions:
ssl_compute_master()
ssl_calc_finished_tls_generic()
All items filtered out
mbedtls_ssl_handshake_params::tls_prf
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::tls_prf
is written by 1 function and is read by 1 function:
ssl_set_handshake_prfs()
All items filtered out
mbedtls_ssl_handshake_params::tls_prf
mbedtls_ssl_derive_keys()
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
mbedtls_ssl_handshake_params::tls_prf
implements 2 functionss:
tls_prf_sha384()
tls_prf_sha256()
All items filtered out
mbedtls_ssl_handshake_params::tls_prf
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out