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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_handshake_params::tls_prf
mbedtls_ssl_handshake_params::tls_prf field
Syntax
Show:
Summary
Declaration
from
ssl_internal.h:386
int
(
*
tls_prf
)
(
const
unsigned
char
*
,
size_t
,
const
char
*
,
const
unsigned
char
*
,
size_t
,
unsigned
char
*
,
size_t
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
tls_prf
)
(
const
unsigned
char
*
,
size_t
,
const
char
*
,
ssl_internal.h:386
handshake
->
tls_prf
=
tls_prf_sha384
;
ssl_tls.c:673
mbedtls_ssl_derive_keys()
handshake
->
tls_prf
=
tls_prf_sha256
;
ssl_tls.c:682
mbedtls_ssl_derive_keys()
ret
=
handshake
->
tls_prf
(
handshake
->
premaster
,
handshake
->
pmslen
,
ssl_tls.c:751
mbedtls_ssl_derive_keys()
ret
=
handshake
->
tls_prf
(
session
->
master
,
48
,
"key expansion"
,
ssl_tls.c:787
mbedtls_ssl_derive_keys()
ssl
->
handshake
->
tls_prf
(
session
->
master
,
48
,
sender
,
ssl_tls.c:6245
ssl_calc_finished_tls_sha256()
ssl
->
handshake
->
tls_prf
(
session
->
master
,
48
,
sender
,
ssl_tls.c:6294
ssl_calc_finished_tls_sha384()
Call Tree
from
examples
mbedtls_ssl_handshake_params::tls_prf
is called by 3 functions:
mbedtls_ssl_derive_keys()
ssl_calc_finished_tls_sha256()
ssl_calc_finished_tls_sha384()
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:
mbedtls_ssl_derive_keys()
All items filtered out
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
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