se: add encrypt/decrypt defines

This commit is contained in:
CTCaer
2021-08-28 16:40:29 +03:00
parent 3e15eb44ab
commit 9541d1bbd3
2 changed files with 5 additions and 2 deletions

View File

@@ -50,6 +50,9 @@
#define SE_RSA1536_DIGEST_SIZE 192
#define SE_RSA2048_DIGEST_SIZE 256
#define DECRYPT 0
#define ENCRYPT 1
/* SE register definitions */
#define SE_SE_SECURITY_REG 0x000
#define SE_HARD_SETTING BIT(0)