Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tf-psa-crypto/include/tf-psa-crypto/version.h
Go to the documentation of this file.
1 
6 /*
7  * Copyright The Mbed TLS Contributors
8  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9  */
10 /*
11  * This set of run-time variables can be used to determine the version number of
12  * the Mbed TLS library used. Compile-time version defines for the same can be
13  * found in build_info.h
14  */
15 #ifndef TF_PSA_CRYPTO_VERSION_H
16 #define TF_PSA_CRYPTO_VERSION_H
17 
19 
20 #if defined(TF_PSA_CRYPTO_VERSION)
21 
28 unsigned int tf_psa_crypto_version_get_number(void);
29 
34 const char *tf_psa_crypto_version_get_string(void);
35 
41 
42 #endif /* TF_PSA_CRYPTO_VERSION */
43 
44 #endif /* TF_PSA_CRYPTO_VERSION_H */
unsigned int tf_psa_crypto_version_get_number(void)
const char * tf_psa_crypto_version_get_string(void)
Build-time configuration info.
const char * tf_psa_crypto_version_get_string_full(void)