summaryrefslogtreecommitdiff
path: root/core/include/tee/tee_cryp_utl.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/tee/tee_cryp_utl.h')
-rw-r--r--core/include/tee/tee_cryp_utl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/include/tee/tee_cryp_utl.h b/core/include/tee/tee_cryp_utl.h
index 99304f5..b303a59 100644
--- a/core/include/tee/tee_cryp_utl.h
+++ b/core/include/tee/tee_cryp_utl.h
@@ -50,5 +50,10 @@ TEE_Result tee_aes_cbc_cts_update(void *cbc_ctx, void *ecb_ctx,
TEE_Result tee_prng_add_entropy(const uint8_t *in, size_t len);
void plat_prng_add_jitter_entropy(void);
+/*
+ * The _norpc version must not invoke Normal World, or infinite recursion
+ * may occur. As an exception however, using mutexes is allowed.
+ */
+void plat_prng_add_jitter_entropy_norpc(void);
#endif