Skip to content

Commit a8db2cd

Browse files
etienne-lmsjforissier
authored andcommitted
hotp: add missing TA_VERSION and TA_DESCRIPTION
Add missing TA_VERSION and TA_DESCRIPTION macros on HOTP example. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 parent 90622f3 commit a8db2cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hotp/ta/user_ta_header_defines.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@
2222
/* Provisioned heap size for TEE_Malloc() and friends */
2323
#define TA_DATA_SIZE (32 * 1024)
2424

25+
/* The gpd.ta.version property */
26+
#define TA_VERSION "1.0"
27+
28+
/* The gpd.ta.description property */
29+
#define TA_DESCRIPTION "Example of One Time Passwords based HMAC operation (RFC4226)"
30+
2531
#endif

0 commit comments

Comments
 (0)