mbedTLS
psa_tls12_prf_psk_to_ms_input()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_tls12_prf_psk_to_ms_input()
psa_tls12_prf_psk_to_ms_input() function
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:7085
static
psa_status_t
psa_tls12_prf_psk_to_ms_input
(
psa_tls12_prf_key_derivation_t
*
prf
,
psa_key_derivation_step_t
step
,
const
uint8_t
*
data
,
size_t
data_length
)
;
Arguments
Argument
prf
step
data
data_length
Related Functions
Found 8 other functions taking a
psa_tls12_prf_key_derivation_s
argument:
Function
psa_tls12_prf_set_key()
psa_tls12_prf_input()
psa_key_derivation_tls12_prf_generate_next_block()
psa_key_derivation_tls12_prf_read()
psa_tls12_prf_set_seed()
psa_tls12_prf_set_label()
psa_tls12_prf_psk_to_ms_set_key()
psa_tls12_prf_psk_to_ms_set_other_key()
Examples
References
from
examples
Code
Location
Referrer
static
psa_status_t
psa_tls12_prf_psk_to_ms_input
(
psa_crypto.c:7085
status
=
psa_tls12_prf_psk_to_ms_input
(
&
operation
->
ctx
.
tls12_prf
,
psa_crypto.c:7381
psa_key_derivation_input_internal()
Call Tree
from
examples
psa_tls12_prf_psk_to_ms_input()
is called by 1 function and calls 3 functions:
psa_key_derivation_input_internal()
All items filtered out
psa_tls12_prf_psk_to_ms_input()
psa_tls12_prf_input()
psa_tls12_prf_psk_to_ms_set_key()
psa_tls12_prf_psk_to_ms_set_other_key()
All items filtered out
Data Use
from
examples
psa_tls12_prf_psk_to_ms_input()
:
All items filtered out
psa_tls12_prf_psk_to_ms_input()
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