mbed TLS Library
psa_tls12_prf_key_derivation_s
is only used within mbed TLS Library.
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
Raspberry Pi Pico SDK and Examples
mbed TLS Library
psa_tls12_prf_key_derivation_s
psa_tls12_prf_key_derivation_s struct
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:183
typedef
struct
psa_tls12_prf_key_derivation_s
{
#if
PSA_HASH_MAX_SIZE
>
0xff
#error
"PSA_HASH_MAX_SIZE does not fit in uint8_t"
#endif
uint8_t
left_in_block
;
uint8_t
block_number
;
psa_tls12_prf_key_derivation_state_t
state
;
uint8_t
*
secret
;
size_t
secret_length
;
uint8_t
*
seed
;
size_t
seed_length
;
uint8_t
*
label
;
size_t
label_length
;
uint8_t
Ai
[
PSA_HASH_MAX_SIZE
]
;
uint8_t
output_block
[
PSA_HASH_MAX_SIZE
]
;
}
psa_tls12_prf_key_derivation_t
;
Fields
Field
Declared as
psa_tls12_prf_key_derivation_s::left_in_block
uint8_t
psa_tls12_prf_key_derivation_s::block_number
uint8_t
psa_tls12_prf_key_derivation_s::state
psa_tls12_prf_key_derivation_state_t
psa_tls12_prf_key_derivation_s::secret
uint8_t
*
psa_tls12_prf_key_derivation_s::secret_length
size_t
psa_tls12_prf_key_derivation_s::seed
uint8_t
*
psa_tls12_prf_key_derivation_s::seed_length
size_t
psa_tls12_prf_key_derivation_s::label
uint8_t
*
psa_tls12_prf_key_derivation_s::label_length
size_t
psa_tls12_prf_key_derivation_s::Ai
uint8_t
[
PSA_HASH_MAX_SIZE
]
psa_tls12_prf_key_derivation_s::output_block
uint8_t
[
PSA_HASH_MAX_SIZE
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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