We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3d238 commit 4a2b06eCopy full SHA for 4a2b06e
components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c
@@ -20,21 +20,14 @@
20
#include "psa/service.h"
21
#include "psa/client.h"
22
23
-#define PSA_ATTEST_SECURE 1
24
#include "psa_attest_srv_partition.h"
25
#include "psa_initial_attestation_api.h"
26
#include "psa_attest_inject_key.h"
27
#include "psa_inject_attestation_key_impl.h"
28
#include "attestation.h"
29
#include <string.h>
30
-#include "mbedtls/entropy.h"
31
#include "psa/crypto.h"
32
33
-#if defined(PLATFORM_C)
34
-#include "mbedtls/platform.h"
35
-#else
36
-#define calloc calloc
37
-#define free free
38
#endif
39
40
int32_t g_caller_id = 0;
0 commit comments