Modifications done by executing the script for each private header (in the tf-psa-crypto section)

Signed-off-by: Anton Matkin <[email protected]>
This commit is contained in:
Anton Matkin
2025-08-21 12:12:14 +02:00
parent 5fa53d4219
commit 2b5dbf46c0
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#if defined(MBEDTLS_BIGNUM_C)
#include <mbedtls/bignum.h>
#include <mbedtls/private/bignum.h>
#include <bignum_mod.h>
/** Allocate and populate a core MPI from a test case argument.
+1 -1
View File
@@ -16,7 +16,7 @@
#include <psa/crypto_driver_common.h>
#include <psa/crypto.h>
#include "mbedtls/cipher.h"
#include "mbedtls/private/cipher.h"
typedef struct {
/* If non-null, on success, copy this to the output. */
+1 -1
View File
@@ -19,7 +19,7 @@
#define PSA_CRYPTO_TEST_DRIVER_LOCATION 0x7fffff
#include "test/drivers/aead.h"
#include "test/drivers/cipher.h"
#include "test/drivers/private/cipher.h"
#include "test/drivers/hash.h"
#include "test/drivers/mac.h"
#include "test/drivers/key_management.h"
+1 -1
View File
@@ -51,7 +51,7 @@
#include <stdint.h>
#if defined(MBEDTLS_BIGNUM_C)
#include "mbedtls/bignum.h"
#include "mbedtls/private/bignum.h"
#endif
/** The type of test case arguments that contain binary data. */
+1 -1
View File
@@ -17,7 +17,7 @@
#endif
#include <psa/crypto.h>
#include <mbedtls/ctr_drbg.h>
#include <mbedtls/private/ctr_drbg.h>
#if defined(MBEDTLS_PSA_CRYPTO_C)
/** Initialize the PSA Crypto subsystem. */