File tree Expand file tree Collapse file tree 10 files changed +29
-0
lines changed
tests/include/test/drivers Expand file tree Collapse file tree 10 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517#include <psa/crypto.h>
1618
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517#include <psa/crypto.h>
1618
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618#define PSA_CRYPTO_TEST_DRIVER_BUILTIN_AES_KEY_SLOT 0
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1111#include "mbedtls/build_info.h"
1212
1313#if defined(PSA_CRYPTO_DRIVER_TEST )
14+ #include "test_driver_common.h"
15+
1416#include <psa/crypto_driver_common.h>
1517
1618typedef struct {
Original file line number Diff line number Diff line change 1+ /* Common definitions used by test drivers. */
2+ /* Copyright The Mbed TLS Contributors
3+ * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
4+ */
5+
6+ #ifndef PSA_CRYPTO_TEST_DRIVERS_TEST_DRIVER_COMMON_H
7+ #define PSA_CRYPTO_TEST_DRIVERS_TEST_DRIVER_COMMON_H
8+
9+ #include "mbedtls/build_info.h"
10+
11+ #endif /* test_driver_common.h */
You can’t perform that action at this time.
0 commit comments