Go to the documentation of this file.Go to the SVN repository for this file.
21 #ifndef PSA_CRYPTO_TYPES_H
22 #define PSA_CRYPTO_TYPES_H
36 #if defined(MBEDTLS_PSA_CRYPTO_PLATFORM_FILE)
37 #include MBEDTLS_PSA_CRYPTO_PLATFORM_FILE
291 #if !defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER)
435 #ifndef __DOXYGEN_ONLY__
436 #if defined(MBEDTLS_PSA_CRYPTO_SE_C)
uint16_t psa_key_type_t
Encoding of a key type.
uint32_t psa_algorithm_t
Encoding of a cryptographic algorithm.
uint8_t psa_ecc_family_t
The type of PSA elliptic curve family identifiers.
uint8_t psa_dh_family_t
The type of PSA Diffie-Hellman group family identifiers.
uint16_t psa_key_derivation_step_t
Encoding of the step of a key derivation.
int32_t psa_status_t
Function return status.
uint32_t psa_key_id_t
Encoding of identifiers of persistent keys.
uint8_t psa_key_persistence_t
Encoding of key persistence levels.
uint32_t psa_key_location_t
Encoding of key location indicators.
uint32_t psa_key_lifetime_t
Encoding of key lifetimes.
psa_key_id_t mbedtls_svc_key_id_t
Encoding of key identifiers as seen inside the PSA Crypto implementation.
uint32_t psa_key_usage_t
Encoding of permitted usage on a key.
uint64_t psa_key_slot_number_t
An internal designation of a key slot between the core part of the PSA Crypto implementation and the ...
Macro wrapper for struct's members.
#define MBEDTLS_PRIVATE(member)
Build-time PSA configuration info.