Replace psa_prot_internal_storage.h with psa/internal_trusted_storage.h

pull/9529/head
Oren Cohen 2019-01-24 12:54:22 +02:00
parent d2025b7150
commit 156d3b785b
21 changed files with 21 additions and 21 deletions

View File

@ -16,7 +16,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#include "pits_impl.h"
#include "pits_version_impl.h"

View File

@ -18,7 +18,7 @@
#ifndef __TEST_PITS_IMPL_H__
#define __TEST_PITS_IMPL_H__
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -16,7 +16,7 @@
*/
#include "psa/client.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits.h"
#include "psa_test_its_reset_ifs.h"

View File

@ -16,7 +16,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#include "pits_impl.h"
#include "pits_version_impl.h"

View File

@ -22,7 +22,7 @@
#include "psa/service.h"
#include "spm_panic.h"
#include "psa_test_its_reset_partition.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#ifdef __cplusplus

View File

@ -24,7 +24,7 @@
#include <stddef.h>
#include <stdint.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -23,7 +23,7 @@
#include "greentea-client/test_env.h"
#include "unity/unity.h"
#include "utest/utest.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits.h"
#include "entropy.h"
#include "entropy_poll.h"

View File

@ -16,7 +16,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#include "pits_impl.h"
#include "pits_version_impl.h"

View File

@ -18,7 +18,7 @@
#ifndef __TEST_PITS_IMPL_H__
#define __TEST_PITS_IMPL_H__
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -16,7 +16,7 @@
*/
#include "psa/client.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits.h"
#include "psa_test_its_reset_ifs.h"

View File

@ -16,7 +16,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#include "pits_impl.h"
#include "pits_version_impl.h"

View File

@ -22,7 +22,7 @@
#include "psa/service.h"
#include "spm_panic.h"
#include "psa_test_its_reset_partition.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits_impl.h"
#ifdef __cplusplus

View File

@ -24,7 +24,7 @@
#include <stddef.h>
#include <stdint.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -23,7 +23,7 @@
#include "greentea-client/test_env.h"
#include "unity/unity.h"
#include "utest/utest.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "test_pits.h"
using namespace utest::v1;

View File

@ -18,7 +18,7 @@
#include <stdlib.h>
#include <string.h>
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "pits_impl.h"
#include "kv_config.h"
#include "mbed_error.h"

View File

@ -19,7 +19,7 @@
#include "KVMap.h"
#include "KVStore.h"
#include "TDBStore.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "pits_impl.h"
#include "pits_version_impl.h"
#include "mbed_error.h"

View File

@ -18,7 +18,7 @@
#ifndef __PITS_IMPL_H__
#define __PITS_IMPL_H__
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -18,7 +18,7 @@
#ifndef __PITS_VER_IMPL_H__
#define __PITS_VER_IMPL_H__
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#ifdef __cplusplus
extern "C"

View File

@ -16,7 +16,7 @@
*/
#include "psa/client.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "psa_its_ifs.h"
psa_its_status_t psa_its_set(psa_its_uid_t uid, uint32_t data_length, const void *p_data, psa_its_create_flags_t create_flags)

View File

@ -19,7 +19,7 @@
#include "psa/client.h"
#include "psa/service.h"
#include "psa_its_partition.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
#include "pits_impl.h"
#include "kv_config.h"
#include "mbed_error.h"

View File

@ -1,7 +1,7 @@
#include "mbed.h"
#include "crypto.h"
#include "default_random_seed.h"
#include "psa_prot_internal_storage.h"
#include "psa/internal_trusted_storage.h"
int mbed_default_seed_read(unsigned char *buf, size_t buf_len)
{