|
Mbed TLS v4.0.0
|
Run-time version information. More...
#include "tf-psa-crypto/build_info.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) |
Run-time version information.
Definition in file tf-psa-crypto/include/tf-psa-crypto/version.h.
| unsigned int tf_psa_crypto_version_get_number | ( | void | ) |
Get the version number.
| 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").
1.8.6