|
Mbed TLS v4.0.0
|
Context structure declaration of the Mbed TLS software-based PSA drivers called through the PSA Crypto driver dispatch layer. This file contains the context structures of key derivation algorithms which need to rely on other algorithms. More...


Go to the source code of this file.
Data Structures | |
| struct | psa_hkdf_key_derivation_t |
| struct | psa_tls12_ecjpake_to_pms_t |
| struct | psa_tls12_prf_key_derivation_s |
| struct | psa_pbkdf2_key_derivation_t |
Typedefs | |
| typedef struct psa_tls12_prf_key_derivation_s | psa_tls12_prf_key_derivation_t |
Context structure declaration of the Mbed TLS software-based PSA drivers called through the PSA Crypto driver dispatch layer. This file contains the context structures of key derivation algorithms which need to rely on other algorithms.
Definition in file crypto_builtin_key_derivation.h.
| typedef struct psa_tls12_prf_key_derivation_s psa_tls12_prf_key_derivation_t |
| Enumerator | |
|---|---|
| PSA_PBKDF2_STATE_INIT | |
| PSA_PBKDF2_STATE_INPUT_COST_SET | |
| PSA_PBKDF2_STATE_SALT_SET | |
| PSA_PBKDF2_STATE_PASSWORD_SET | |
| PSA_PBKDF2_STATE_OUTPUT | |
Definition at line 99 of file crypto_builtin_key_derivation.h.
| Enumerator | |
|---|---|
| PSA_TLS12_PRF_STATE_INIT | |
| PSA_TLS12_PRF_STATE_SEED_SET | |
| PSA_TLS12_PRF_STATE_OTHER_KEY_SET | |
| PSA_TLS12_PRF_STATE_KEY_SET | |
| PSA_TLS12_PRF_STATE_LABEL_SET | |
| PSA_TLS12_PRF_STATE_OUTPUT | |
Definition at line 57 of file crypto_builtin_key_derivation.h.
1.8.6