2.2.3 crypto_CipherOper_E
Description
This enum defines crypto operation. This enum defines that APIs will do encryption operation or decryption operation.
Enumeration Data Types | Numerical Value | Description |
---|---|---|
CRYPTO_CIOP_INVALID | 0 | Invalid to define min range for Enum |
CRYPTO_CIOP_ENCRYPT | 1 | Enum used for Encryption cipher operation |
CRYPTO_CIOP_DECRYPT | 2 | Enum used for Decryption cipher operation |
CRYPTO_CIOP_MAX | 3 | Max to check enum value range |