Fix SMC names.

This commit is contained in:
Michael Scire 2018-02-20 18:47:58 -08:00
parent 663c446439
commit 330f8a0f8b
6 changed files with 52 additions and 53 deletions

View file

@ -7,8 +7,8 @@
#define CRYPTOUSECASE_AES 0
#define CRYPTOUSECASE_RSAPRIVATE 1
#define CRYPTOUSECASE_RSAOAEP 2
#define CRYPTOUSECASE_RSATICKET 3
#define CRYPTOUSECASE_SECUREEXPMOD 2
#define CRYPTOUSECASE_RSAOAEP 3
#define CRYPTOUSECASE_MAX 4