#include <aes.h>

Data Fields | |
| void(* | req_done )(struct aes_request *, struct slist *, void *) |
| Request done callback. | |
| void * | context |
| Arbitrary pointer passed to the callback. | |
Definition at line 74 of file aes.h.
| void* aes_request::context |
| void(* aes_request::req_done)(struct aes_request *, struct slist *, void *) |
Request done callback.
1.5.8