9.13.3.2.9. Enum SE05x_CryptoContext_t¶
Defined in File se05x_enums.h
9.13.3.2.9.1. Enum Documentation¶
-
enum
SE05x_CryptoContext_t¶ Cryptographic context for operation
Values:
-
kSE05x_CryptoContext_NA= 0¶ Invalid
-
kSE05x_CryptoContext_DIGEST= 0x01¶ For DigestInit/DigestUpdate/DigestFinal
-
kSE05x_CryptoContext_CIPHER= 0x02¶ For CipherInit/CipherUpdate/CipherFinal
-
kSE05x_CryptoContext_SIGNATURE= 0x03¶ For MACInit/MACUpdate/MACFinal
-
kSE05x_CryptoContext_AEAD= 0x04¶ For AEADInit/AEADUpdate/AEADFinal
-
