Retrieves the current module status.
uint32_t aes_get_status( struct aes_module *const module)
Retrieves the status of the module, giving overall state information.
| Data direction | Parameter name | Description |
|---|---|---|
[in] |
module |
Pointer to the AES software instance struct |
| Return value | Description |
|---|---|
AES_ENCRYPTION_COMPLETE |
AES encryption complete |
AES_GF_MULTI_COMPLETE |
AES GF multiplication complete |