|
|
#define | CXI_MECH_MODE_HASH 0x00000000 |
| | calculate HASH
|
| |
|
#define | CXI_MECH_MODE_HMAC 0x01000000 |
| | calculate HMAC
|
| |
|
#define | CXI_MECH_MODE_ENCRYPT 0x02000000 |
| | Encryption mode.
|
| |
|
#define | CXI_MECH_MODE_DECRYPT 0x03000000 |
| | Decryption mode.
|
| |
|
#define | CXI_MECH_MODE_MAC_SINGLE 0x04000000 |
| | Calculate MAC in a single operation.
|
| |
|
#define | CXI_MECH_MODE_MAC1 0x05000000 |
| | Calculate ECIES MAC1.
|
| |
|
#define | CXI_MECH_MODE_HASH 0x00000000 |
| | calculate HASH
|
| |
|
#define | CXI_MECH_MODE_HMAC 0x01000000 |
| | calculate HMAC
|
| |
|
#define | CXI_MECH_MODE_ENCRYPT 0x02000000 |
| | Encryption mode.
|
| |
|
#define | CXI_MECH_MODE_DECRYPT 0x03000000 |
| | Decryption mode.
|
| |
|
#define | CXI_MECH_MODE_MAC_SINGLE 0x04000000 |
| | Calculate MAC in a single operation.
|
| |
|
#define | CXI_MECH_MODE_MAC1 0x05000000 |
| | Calculate ECIES MAC1.
|
| |