File crypto_driver_contexts_key_derivation.h

Declaration of context structures for use with the PSA driver wrapper interface. This file contains the context structures for key derivation operations.

Note

This file may not be included directly. Applications must include psa/crypto.h.

Note

This header and its content are not part of the Mbed TLS API and applications must not depend on it. Its main purpose is to define the multi-part state objects of the PSA drivers included in the cryptographic library. The definitions of these objects are then used by crypto_struct.h to define the implementation-defined types of PSA multi-part state objects.

Warning

This file will be auto-generated in the future.

union psa_driver_key_derivation_context_t
#include <crypto_driver_contexts_key_derivation.h>

Public Members

unsigned dummy
psa_hkdf_key_derivation_t private_hkdf
psa_tls12_prf_key_derivation_t private_tls12_prf
psa_tls12_ecjpake_to_pms_t private_tls12_ecjpake_to_pms
psa_pbkdf2_key_derivation_t private_pbkdf2