Lines Matching refs:crypt_result
197 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
199 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
238 struct crypt_result *crypt_res; in cryptof_ioctl()
413 || SIZE_MAX / sizeof(struct crypt_result) <= count) { in cryptof_ioctl()
417 crypt_res = kmem_alloc((count * sizeof(struct crypt_result)), in cryptof_ioctl()
420 (count * sizeof(struct crypt_result))); in cryptof_ioctl()
434 (crypt_ret->count * sizeof(struct crypt_result))); in cryptof_ioctl()
436 kmem_free(crypt_res, (count * sizeof(struct crypt_result))); in cryptof_ioctl()
439 error = cryptodev_getstatus(fcr, (struct crypt_result *)data); in cryptof_ioctl()
1735 cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res, in cryptodev_getmstatus()
1882 cryptodev_getstatus (struct fcrypt *fcr, struct crypt_result *crypt_res) in cryptodev_getstatus()