crypt_result
cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res,
cryptodev_getstatus (struct fcrypt *fcr, struct crypt_result *crypt_res)
static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
struct crypt_result *crypt_res;
error = cryptodev_getstatus(fcr, (struct crypt_result *)data);
struct crypt_result * results; /* where to put them */
#define CIOCNCRYPTRET _IOWR('c', 111, struct crypt_result)
struct crypt_result crs[COUNT];
struct crypt_result *cr = &crs[i];
struct crypt_result cr;
struct crypt_result cr;