mbedTLS
psa_tls12_prf_key_derivation_s
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_tls12_prf_key_derivation_s
psa_tls12_prf_key_derivation_s struct
Syntax
Show:
Summary
Declaration
from
crypto_builtin_key_derivation.h:64
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
MBEDTLS_PRIVATE
(
left_in_block
)
;
uint8_t
MBEDTLS_PRIVATE
(
block_number
)
;
psa_tls12_prf_key_derivation_state_t
MBEDTLS_PRIVATE
(
state
)
;
uint8_t
*
MBEDTLS_PRIVATE
(
secret
)
;
size_t
MBEDTLS_PRIVATE
(
secret_length
)
;
uint8_t
*
MBEDTLS_PRIVATE
(
seed
)
;
size_t
MBEDTLS_PRIVATE
(
seed_length
)
;
uint8_t
*
MBEDTLS_PRIVATE
(
label
)
;
size_t
MBEDTLS_PRIVATE
(
label_length
)
;
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS
)
uint8_t
*
MBEDTLS_PRIVATE
(
other_secret
)
;
size_t
MBEDTLS_PRIVATE
(
other_secret_length
)
;
#endif
uint8_t
MBEDTLS_PRIVATE
(
Ai
)
[
PSA_HASH_MAX_SIZE
]
;
uint8_t
MBEDTLS_PRIVATE
(
output_block
)
[
PSA_HASH_MAX_SIZE
]
;
}
psa_tls12_prf_key_derivation_t
;
Fields
Field
Declared as
private_left_in_block
uint8_t
MBEDTLS_PRIVATE
private_block_number
uint8_t
MBEDTLS_PRIVATE
private_state
psa_tls12_prf_key_derivation_state_t
MBEDTLS_PRIVATE
private_secret
uint8_t
*
MBEDTLS_PRIVATE
private_secret_length
size_t
MBEDTLS_PRIVATE
private_seed
uint8_t
*
MBEDTLS_PRIVATE
private_seed_length
size_t
MBEDTLS_PRIVATE
private_label
uint8_t
*
MBEDTLS_PRIVATE
private_label_length
size_t
MBEDTLS_PRIVATE
private_other_secret
uint8_t
*
MBEDTLS_PRIVATE
private_other_secret_length
size_t
MBEDTLS_PRIVATE
private_Ai
uint8_t
MBEDTLS_PRIVATE
(
Ai
)
[
PSA_HASH_MAX_SIZE
]
private_output_block
uint8_t
MBEDTLS_PRIVATE
(
output_block
)
[
PSA_HASH_MAX_SIZE
]
psa_tls12_prf_key_derivation_s::left_in_block
uint8_t
MBEDTLS_PRIVATE
(
left_in_block
psa_tls12_prf_key_derivation_s::block_number
uint8_t
MBEDTLS_PRIVATE
(
block_number
psa_tls12_prf_key_derivation_s::state
psa_tls12_prf_key_derivation_state_t
MBEDTLS_PRIVATE
(
state
psa_tls12_prf_key_derivation_s::secret
uint8_t
*
MBEDTLS_PRIVATE
(
secret
psa_tls12_prf_key_derivation_s::secret_length
size_t
MBEDTLS_PRIVATE
(
secret_length
psa_tls12_prf_key_derivation_s::seed
uint8_t
*
MBEDTLS_PRIVATE
(
seed
psa_tls12_prf_key_derivation_s::seed_length
size_t
MBEDTLS_PRIVATE
(
seed_length
psa_tls12_prf_key_derivation_s::label
uint8_t
*
MBEDTLS_PRIVATE
(
label
psa_tls12_prf_key_derivation_s::label_length
size_t
MBEDTLS_PRIVATE
(
label_length
psa_tls12_prf_key_derivation_s::other_secret
uint8_t
*
MBEDTLS_PRIVATE
(
other_secret
psa_tls12_prf_key_derivation_s::other_secret_length
size_t
MBEDTLS_PRIVATE
(
other_secret_length
psa_tls12_prf_key_derivation_s::Ai
uint8_t
MBEDTLS_PRIVATE
(
Ai
)
[
PSA_HASH_MAX_SIZE
]
psa_tls12_prf_key_derivation_s::output_block
uint8_t
MBEDTLS_PRIVATE
(
output_block
)
[
PSA_HASH_MAX_SIZE
]
Related Functions
Found 9 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()
psa_tls12_prf_psk_to_ms_input()
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