3.1.6.1 DRV_CRYPTO_AES_IgnoreData()
AES_ERROR DRV_CRYPTO_AES_IgnoreData (void * contextData, uint32_t ignoreLength)
Tell the AES operation to ignore (invalidate) a number of bytes in the input stream.
| contextData |
The context data for this operation. |
| ignoreLength |
The number of bytes to ignore in the input stream. |
AES_NO_ERROR on success, AES_STATE_ERROR/AES_WRITE_ERROR on failure. |
Note:
An AES operation must be in progress (initialized by DRV_CRYPTO_AES_Initialize()).
