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 a8db2cd commit e293785Copy full SHA for e293785
random/ta/user_ta_header_defines.h
@@ -49,4 +49,10 @@
49
/* Provisioned heap size for TEE_Malloc() and friends */
50
#define TA_DATA_SIZE (32 * 1024)
51
52
+/* The gpd.ta.version property */
53
+#define TA_VERSION "1.0"
54
+
55
+/* The gpd.ta.description property */
56
+#define TA_DESCRIPTION "Example of how a TA can get a buffer of random bytes"
57
58
#endif /* USER_TA_HEADER_DEFINES_H */
0 commit comments