CRYPTO_MAC_ERROR_CIPNOTSUPPTD | -127 | Error when MAC Algorithm not supported by Crypto software component |
CRYPTO_MAC_ERROR_CTX | -126 | Error when Context pointer is NULL |
CRYPTO_MAC_ERROR_KEY | -125 | Error when Key length is above or below its range Or Key pointer is NULL |
CRYPTO_MAC_ERROR_HDLR | -124 | Error when Handler Type is Invalid |
CRYPTO_MAC_ERROR_INPUTDATA | -123 | Error when input data length is zero or its pointer is NULL |
CRYPTO_MAC_ERROR_MACDATA | -122 | Error when Output Data MAC pointer is NULL, or its length is out of range |
CRYPTO_MAC_ERROR_CIPOPER | -121 | Error when Cipher Operation (MAC calculation) is Invalid |
CRYPTO_MAC_ERROR_SID | -120 | Error when Session ID is zero or Its value is more than Max. session configure in configurations |
CRYPTO_MAC_ERROR_ARG | -119 | Error when any other argument is Invalid |
CRYPTO_MAC_ERROR_CIPFAIL | -118 | Error when Cipher operation failed due to any reason |
CRYPTO_MAC_ERROR_IV | -117 | Error when IV is incorrect |
CRYPTO_MAC_ERROR_AAD | -116 | Error when Additional Authentication Data is incorrect. |
CRYPTO_MAC_CIPHER_SUCCESS | 0 | Cipher operation is complete successfully |