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 eebc1b9 commit 303d0f0Copy full SHA for 303d0f0
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c
@@ -1453,7 +1453,7 @@ static void psa_entropy_operation(void)
1453
}
1454
1455
case PSA_IPC_CALL: {
1456
-#if (defined(MBEDTLS_ENTROPY_NV_SEED) && defined(MBEDTLS_PSA_HAS_ITS_IO))
+#if defined(MBEDTLS_PSA_INJECT_ENTROPY)
1457
unsigned char *seed = NULL;
1458
uint32_t bytes_read;
1459
size_t seed_size = msg.in_size[0];
@@ -1479,7 +1479,7 @@ static void psa_entropy_operation(void)
1479
mbedtls_free(seed);
1480
#else
1481
status = PSA_ERROR_NOT_SUPPORTED;
1482
-#endif /* MBEDTLS_ENTROPY_NV_SEED && MBEDTLS_PSA_HAS_ITS_IO*/
+#endif /* MBEDTLS_PSA_INJECT_ENTROPY */
1483
break;
1484
1485
0 commit comments