mbedTLS
psa_tls12_prf_psk_to_ms_set_key()
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
psa_tls12_prf_psk_to_ms_set_key()
psa_tls12_prf_psk_to_ms_set_key() function
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:6995
static
psa_status_t
psa_tls12_prf_psk_to_ms_set_key
(
psa_tls12_prf_key_derivation_t
*
prf
,
const
uint8_t
*
data
,
size_t
data_length
)
;
Arguments
Argument
prf
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_other_key()
psa_tls12_prf_psk_to_ms_input()
Examples
References
from
examples
Code
Location
Referrer
static
psa_status_t
psa_tls12_prf_psk_to_ms_set_key
(
psa_crypto.c:6995
return
psa_tls12_prf_psk_to_ms_set_key
(
prf
,
psa_crypto.c:7093
psa_tls12_prf_psk_to_ms_input()
Call Tree
from
examples
psa_tls12_prf_psk_to_ms_set_key()
is called by 1 function and calls 4 functions:
psa_tls12_prf_psk_to_ms_input()
All items filtered out
psa_tls12_prf_psk_to_ms_set_key()
mbedtls_platform_zeroize()
mbedtls_calloc()
mbedtls_zeroize_and_free()
psa_tls12_prf_set_key()
All items filtered out
Data Use
from
examples
psa_tls12_prf_psk_to_ms_set_key()
reads 4 variables:
psa_tls12_prf_key_derivation_state_t::PSA_TLS12_PRF_STATE_OTHER_KEY_SET
psa_tls12_prf_key_derivation_s::state
psa_tls12_prf_key_derivation_s::other_secret
psa_tls12_prf_key_derivation_s::other_secret_length
All items filtered out
psa_tls12_prf_psk_to_ms_set_key()
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