We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adde4b2 commit abeb825Copy full SHA for abeb825
1 file changed
drivers/pqcp/src/pqcp_buffer_alloc.c
@@ -11,9 +11,9 @@
11
#include "wrap_mldsa_native.h"
12
#include "src/common.h"
13
14
-MLD_ALIGN uint8_t tf_psa_crypto_pqcp_alloc_buffer[TF_PSA_CRYPTO_PQCP_ALLOC_BUFFER_SIZE];
15
-size_t tf_psa_crypto_pqcp_alloc_used;
16
-int tf_psa_crypto_pqcp_alloc_status;
+static MLD_ALIGN uint8_t tf_psa_crypto_pqcp_alloc_buffer[TF_PSA_CRYPTO_PQCP_ALLOC_BUFFER_SIZE];
+static size_t tf_psa_crypto_pqcp_alloc_used;
+static int tf_psa_crypto_pqcp_alloc_status;
17
18
int tf_psa_crypto_pqcp_alloc_done(void)
19
{
0 commit comments