Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
tf-psa-crypto/include/tf-psa-crypto/build_info.h File Reference

Build-time configuration info. More...

#include "psa/crypto_config.h"
#include "/dev/null"
#include "mbedtls/private/config_psa.h"
#include "mbedtls/config_adjust_legacy_crypto.h"
#include <limits.h>
Include dependency graph for tf-psa-crypto/include/tf-psa-crypto/build_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TF_PSA_CRYPTO_VERSION_MAJOR   1
 
#define TF_PSA_CRYPTO_VERSION_MINOR   0
 
#define TF_PSA_CRYPTO_VERSION_PATCH   0
 
#define TF_PSA_CRYPTO_VERSION_NUMBER   0x01000000
 
#define TF_PSA_CRYPTO_VERSION_STRING   "1.0.0"
 
#define TF_PSA_CRYPTO_VERSION_STRING_FULL   "TF-PSA-Crypto 1.0.0"
 
#define TF_PSA_CRYPTO_CONFIG_FILES_READ
 
#define MBEDTLS_MD_C
 
#define TF_PSA_CRYPTO_CONFIG_IS_FINALIZED
 

Typedefs

typedef int mbedtls_iso_c_forbids_empty_translation_units
 

Detailed Description

Build-time configuration info.

Include this file if you need to depend on the configuration options defined in crypto_config.h or TF_PSA_CRYPTO_CONFIG_FILE.

Definition in file tf-psa-crypto/include/tf-psa-crypto/build_info.h.

Macro Definition Documentation

#define MBEDTLS_MD_C
#define TF_PSA_CRYPTO_CONFIG_FILES_READ
#define TF_PSA_CRYPTO_CONFIG_IS_FINALIZED
#define TF_PSA_CRYPTO_VERSION_MAJOR   1

The version number x.y.z is split into three parts. Major, Minor, Patchlevel

Definition at line 27 of file tf-psa-crypto/include/tf-psa-crypto/build_info.h.

#define TF_PSA_CRYPTO_VERSION_MINOR   0
#define TF_PSA_CRYPTO_VERSION_NUMBER   0x01000000

The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch version

Definition at line 36 of file tf-psa-crypto/include/tf-psa-crypto/build_info.h.

#define TF_PSA_CRYPTO_VERSION_PATCH   0
#define TF_PSA_CRYPTO_VERSION_STRING   "1.0.0"
#define TF_PSA_CRYPTO_VERSION_STRING_FULL   "TF-PSA-Crypto 1.0.0"

Typedef Documentation