1.1.5.6 DRV_CRYPTO_AES_Execute()
AES_ERROR DRV_CRYPTO_AES_Execute (void * contextData)
Execute an AES operation to generate the final result (such as a CMAC or a cipher).
contextData |
The context data for this operation. |
AES_NO_ERROR on success, AES_STATE_ERROR/AES_EXECUTE_ERROR on failure. |
Note:
An AES operation must be in progress (initialized by DRV_CRYPTO_AES_Initialize()).