mbedTLS
psa_driver_key_derivation_context_t
is only used within mbedTLS.
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
ESP-IDF Framework and Examples
mbedTLS
psa_driver_key_derivation_context_t
psa_driver_key_derivation_context_t union
Syntax
Show:
Summary
Declaration
from
crypto_driver_contexts_key_derivation.h:32
typedef
union
{
unsigned
dummy
;
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_HKDF
)
||
\
defined
(
MBEDTLS_PSA_BUILTIN_ALG_HKDF_EXTRACT
)
||
\
defined
(
MBEDTLS_PSA_BUILTIN_ALG_HKDF_EXPAND
)
psa_hkdf_key_derivation_t
MBEDTLS_PRIVATE
(
hkdf
)
;
#endif
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_TLS12_PRF
)
||
\
defined
(
MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS
)
psa_tls12_prf_key_derivation_t
MBEDTLS_PRIVATE
(
tls12_prf
)
;
#endif
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_TLS12_ECJPAKE_TO_PMS
)
psa_tls12_ecjpake_to_pms_t
MBEDTLS_PRIVATE
(
tls12_ecjpake_to_pms
)
;
#endif
#if
defined
(
PSA_HAVE_SOFT_PBKDF2
)
psa_pbkdf2_key_derivation_t
MBEDTLS_PRIVATE
(
pbkdf2
)
;
#endif
}
psa_driver_key_derivation_context_t
;
Fields
Field
Declared as
psa_driver_key_derivation_context_t::dummy
unsigned
private_tls12_prf
psa_tls12_prf_key_derivation_t
MBEDTLS_PRIVATE
private_tls12_ecjpake_to_pms
psa_tls12_ecjpake_to_pms_t
MBEDTLS_PRIVATE
psa_driver_key_derivation_context_t::tls12_prf
psa_tls12_prf_key_derivation_t
MBEDTLS_PRIVATE
(
tls12_prf
psa_driver_key_derivation_context_t::tls12_ecjpake_to_pms
psa_tls12_ecjpake_to_pms_t
MBEDTLS_PRIVATE
(
tls12_ecjpake_to_pms
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