#include <twl/aes.h>
typedef void (*AESCallback)(AESResult result, void* arg);
| result | Result of an AES operation. |
|---|---|
| arg | User-defined parameter. In functions that take a callback function as an argument, the argument passed here will be those functions' next argument after the callback function. |
This is the type of the callback functions called when an AES operation completes.
One of the following values will be passed to result:
2007/12/25 Initial version.
CONFIDENTIAL