Home | History | Annotate | Download | only in opencrypto

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;
413 || SIZE_MAX / sizeof(struct crypt_result) <= count) {
417 crypt_res = kmem_alloc((count * sizeof(struct crypt_result)),
420 (count * sizeof(struct crypt_result)));
434 (crypt_ret->count * sizeof(struct crypt_result)));
436 kmem_free(crypt_res, (count * sizeof(struct crypt_result)));
439 error = cryptodev_getstatus(fcr, (struct crypt_result *)data);
1735 cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res,
1882 cryptodev_getstatus (struct fcrypt *fcr, struct crypt_result *crypt_res)