1.1.5.9 DRV_CRYPTO_AES_IsActive()
AES_ERROR DRV_CRYPTO_AES_IsActive (void * contextData, AES_ERROR * active)
Returns whether an AES operation is active.
contextData |
The context data for this operation. |
active |
Pointer to value to contain the active/inactive status. |
AES_NO_ERROR on success, AES_CONTEXT_ERROR/AES_STATE_ERROR on failure. |
Note:
This sets the value pointed to by active to AES_OPERATION_IS_ACTIVE or AES_OPERATION_IS_NOT_ACTIVE when the call is successful.