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

Run-time version information. More...

#include "tf-psa-crypto/build_info.h"
Include dependency graph for tf-psa-crypto/include/tf-psa-crypto/version.h:

Go to the source code of this file.

Functions

unsigned int tf_psa_crypto_version_get_number (void)
 
const char * tf_psa_crypto_version_get_string (void)
 
const char * tf_psa_crypto_version_get_string_full (void)
 

Detailed Description

Run-time version information.

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

Function Documentation

unsigned int tf_psa_crypto_version_get_number ( void  )

Get the version number.

Returns
The constructed version number in the format MMNNPP00 (Major, Minor, Patch).
const char* tf_psa_crypto_version_get_string ( void  )

Get a pointer to the version string ("x.y.z").

const char* tf_psa_crypto_version_get_string_full ( void  )

Get a pointer to the full version string ("TF-PSA-Crypto x.y.z").