mbedTLS
psa_key_derivation_tls12_prf_generate_next_block()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_key_derivation_tls12_prf_generate_next_block()
psa_key_derivation_tls12_prf_generate_next_block() function
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:5703
static
psa_status_t
psa_key_derivation_tls12_prf_generate_next_block
(
psa_tls12_prf_key_derivation_t
*
tls12_prf
,
psa_algorithm_t
alg
)
;
Arguments
Argument
tls12_prf
alg
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_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()
psa_tls12_prf_psk_to_ms_input()
Examples
References
from
examples
Code
Location
Referrer
static
psa_status_t
psa_key_derivation_tls12_prf_generate_next_block
(
psa_crypto.c:5703
status
=
psa_key_derivation_tls12_prf_generate_next_block
(
tls12_prf
,
psa_crypto.c:5847
psa_key_derivation_tls12_prf_read()
Call Tree
from
examples
psa_key_derivation_tls12_prf_generate_next_block()
is called by 1 function and calls 4 functions:
psa_key_derivation_tls12_prf_read()
All items filtered out
psa_key_derivation_tls12_prf_generate_next_block()
psa_mac_update()
psa_mac_sign_finish()
psa_mac_abort()
psa_key_derivation_start_hmac()
All items filtered out
Data Use
from
examples
psa_key_derivation_tls12_prf_generate_next_block()
reads 9 variables and writes 2 variables:
psa_tls12_prf_key_derivation_s::block_number
psa_tls12_prf_key_derivation_s::secret
psa_tls12_prf_key_derivation_s::secret_length
psa_tls12_prf_key_derivation_s::seed
psa_tls12_prf_key_derivation_s::seed_length
psa_tls12_prf_key_derivation_s::label
psa_tls12_prf_key_derivation_s::label_length
psa_tls12_prf_key_derivation_s::Ai
psa_tls12_prf_key_derivation_s::output_block
All items filtered out
psa_key_derivation_tls12_prf_generate_next_block()
psa_tls12_prf_key_derivation_s::left_in_block
psa_tls12_prf_key_derivation_s::block_number
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