Skip to content

Header files rename #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef MBEDTLS_LIBRARY_COMMON_H
#define MBEDTLS_LIBRARY_COMMON_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "alignment.h"

#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion core/psa_crypto_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef PSA_CRYPTO_CORE_H
#define PSA_CRYPTO_CORE_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "psa/crypto.h"
#include "psa/crypto_se_driver.h"
Expand Down
2 changes: 1 addition & 1 deletion core/psa_crypto_invasive.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef PSA_CRYPTO_INVASIVE_H
#define PSA_CRYPTO_INVASIVE_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "psa/crypto.h"
#include "common.h"
Expand Down
2 changes: 1 addition & 1 deletion core/psa_crypto_se.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef PSA_CRYPTO_SE_H
#define PSA_CRYPTO_SE_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "psa/crypto.h"
#include "psa/crypto_se_driver.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/aes.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define MBEDTLS_AES_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/aria.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define MBEDTLS_ARIA_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/asn1.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_ASN1_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/asn1write.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_ASN1_WRITE_H
#define MBEDTLS_ASN1_WRITE_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/asn1.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_BASE64_H
#define MBEDTLS_BASE64_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/bignum.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_BIGNUM_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/block_cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#if defined(MBEDTLS_AES_C)
#include "mbedtls/aes.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/build_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#ifndef MBEDTLS_BUILD_INFO_H
#define MBEDTLS_BUILD_INFO_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#endif /* MBEDTLS_BUILD_INFO_H */
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/camellia.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_CAMELLIA_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ccm.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define MBEDTLS_CCM_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/cipher.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/chacha20.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MBEDTLS_CHACHA20_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stdint.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/chachapoly.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MBEDTLS_CHACHAPOLY_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

/* for shared error codes */
#include "mbedtls/poly1305.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MBEDTLS_CIPHER_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include "mbedtls/platform_util.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/cmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MBEDTLS_CMAC_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/cipher.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ctr_drbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define MBEDTLS_CTR_DRBG_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

/* The CTR_DRBG implementation can either directly call the low-level AES
* module (gated by MBEDTLS_AES_C) or call the PSA API to perform AES
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/des.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MBEDTLS_DES_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ecdh.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MBEDTLS_ECDH_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/ecp.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ecdsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define MBEDTLS_ECDSA_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/ecp.h"
#include "mbedtls/md.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ecjpake.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* The payloads are serialized in a way suitable for use in TLS, but could
* also be use outside TLS.
*/
#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/ecp.h"
#include "mbedtls/md.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ecp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define MBEDTLS_ECP_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

#include "mbedtls/bignum.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/entropy.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_ENTROPY_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/error_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_ERROR_COMMON_H
#define MBEDTLS_ERROR_COMMON_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include <psa/crypto_values.h>
#include <stddef.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/gcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define MBEDTLS_GCM_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/cipher.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/hmac_drbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define MBEDTLS_HMAC_DRBG_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/md.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/lms.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stddef.h>

#include "mbedtls/private_access.h"
#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#define MBEDTLS_ERR_LMS_BAD_INPUT_DATA -0x0011 /**< Bad data has been input to an LMS function */
#define MBEDTLS_ERR_LMS_OUT_OF_PRIVATE_KEYS -0x0013 /**< Specified LMS key has utilised all of its private keys */
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/md.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <stddef.h>

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

/** The selected feature is not available. */
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define MBEDTLS_MD5_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/memory_buffer_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_MEMORY_BUFFER_ALLOC_H
#define MBEDTLS_MEMORY_BUFFER_ALLOC_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/nist_kw.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define MBEDTLS_NIST_KW_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/cipher.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/oid.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_OID_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/asn1.h"
#include "mbedtls/pk.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/pem.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_PEM_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/pk.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define MBEDTLS_PK_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/md.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/pkcs12.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_PKCS12_H
#define MBEDTLS_PKCS12_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "mbedtls/md.h"
#include "mbedtls/cipher.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/pkcs5.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef MBEDTLS_PKCS5_H
#define MBEDTLS_PKCS5_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"
#include "mbedtls/platform_util.h"

#include "mbedtls/asn1.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define MBEDTLS_PLATFORM_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#if defined(MBEDTLS_HAVE_TIME)
#include "mbedtls/platform_time.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/platform_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef MBEDTLS_PLATFORM_TIME_H
#define MBEDTLS_PLATFORM_TIME_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/platform_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef MBEDTLS_PLATFORM_UTIL_H
#define MBEDTLS_PLATFORM_UTIL_H

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#if defined(MBEDTLS_HAVE_TIME_DATE)
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/poly1305.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MBEDTLS_POLY1305_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stdint.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/psa_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define MBEDTLS_PSA_UTIL_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include "psa/crypto.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/builtin/include/mbedtls/ripemd160.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MBEDTLS_RIPEMD160_H
#include "mbedtls/private_access.h"

#include "tf-psa-crypto/build_info.h"
#include "tf-psa-crypto/psa_build_info.h"

#include <stddef.h>
#include <stdint.h>
Expand Down
Loading