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
Code
Location
Scope
Referrer
typedef
struct
psa_tls12_prf_key_derivation_s
{
crypto_builtin_key_derivation.h:64
}
psa_tls12_prf_key_derivation_t
;
crypto_builtin_key_derivation.h:93
psa_tls12_prf_key_derivation_t
psa_tls12_prf_key_derivation_t
MBEDTLS_PRIVATE
(
tls12_prf
)
;
crypto_driver_contexts_key_derivation.h:41
psa_driver_key_derivation_context_t
psa_tls12_prf_key_derivation_t
*
tls12_prf
,
psa_crypto.c:5704
psa_key_derivation_tls12_prf_generate_next_block()
psa_key_derivation_tls12_prf_generate_next_block()::tls12_prf
psa_tls12_prf_key_derivation_t
*
tls12_prf
,
psa_crypto.c:5824
psa_key_derivation_tls12_prf_read()
psa_key_derivation_tls12_prf_read()::tls12_prf
static
psa_status_t
psa_tls12_prf_set_seed
(
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:6905
psa_tls12_prf_set_seed()
psa_tls12_prf_set_seed()::prf
static
psa_status_t
psa_tls12_prf_set_key
(
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:6928
psa_tls12_prf_set_key()
psa_tls12_prf_set_key()::prf
static
psa_status_t
psa_tls12_prf_set_label
(
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:6952
psa_tls12_prf_set_label()
psa_tls12_prf_set_label()::prf
static
psa_status_t
psa_tls12_prf_input
(
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:6975
psa_tls12_prf_input()
psa_tls12_prf_input()::prf
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:6996
psa_tls12_prf_psk_to_ms_set_key()
psa_tls12_prf_psk_to_ms_set_key()::prf
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:7060
psa_tls12_prf_psk_to_ms_set_other_key()
psa_tls12_prf_psk_to_ms_set_other_key()::prf
psa_tls12_prf_key_derivation_t
*
prf
,
psa_crypto.c:7086
psa_tls12_prf_psk_to_ms_input()
psa_tls12_prf_psk_to_ms_input()::prf
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
Instance
Scope
Location
Project
psa_driver_key_derivation_context_t::tls12_prf
psa_driver_key_derivation_context_t
crypto_driver_contexts_key_derivation.h:41
psa_key_derivation_tls12_prf_generate_next_block()::tls12_prf
psa_key_derivation_tls12_prf_generate_next_block()
psa_crypto.c:5704
psa_key_derivation_tls12_prf_read()::tls12_prf
psa_key_derivation_tls12_prf_read()
psa_crypto.c:5824
psa_tls12_prf_set_seed()::prf
psa_tls12_prf_set_seed()
psa_crypto.c:6905
psa_tls12_prf_set_key()::prf
psa_tls12_prf_set_key()
psa_crypto.c:6928
psa_tls12_prf_set_label()::prf
psa_tls12_prf_set_label()
psa_crypto.c:6952
psa_tls12_prf_input()::prf
psa_tls12_prf_input()
psa_crypto.c:6975
psa_tls12_prf_psk_to_ms_set_key()::prf
psa_tls12_prf_psk_to_ms_set_key()
psa_crypto.c:6996
psa_tls12_prf_psk_to_ms_set_other_key()::prf
psa_tls12_prf_psk_to_ms_set_other_key()
psa_crypto.c:7060
psa_tls12_prf_psk_to_ms_input()::prf
psa_tls12_prf_psk_to_ms_input()
psa_crypto.c:7086
Lifecycle
from
examples
All items filtered out
All items filtered out