Searched refs:crypt_n_op (Results 1 – 7 of 7) sorted by relevance
154 struct crypt_n_op css[COUNT]; in test_ncryptm()157 struct crypt_n_op *cs; in test_ncryptm()188 struct crypt_n_op cnos[COUNT]; in test_ncryptretm()204 struct crypt_n_op *cno = &cnos[i]; in test_ncryptretm()289 struct crypt_n_op cno; in test_ncryptret_ent()
9 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
177 struct crypt_n_op;
221 struct crypt_n_op { struct253 struct crypt_n_op * reqs; /* where to get them */
233 struct crypt_n_op *cnop; in cryptof_ioctl()360 || SIZE_MAX / sizeof(struct crypt_n_op) <= mop->count) { in cryptof_ioctl()364 cnop = kmem_alloc((mop->count * sizeof(struct crypt_n_op)), in cryptof_ioctl()367 (mop->count * sizeof(struct crypt_n_op))); in cryptof_ioctl()372 (mop->count * sizeof(struct crypt_n_op))); in cryptof_ioctl()375 kmem_free(cnop, (mop->count * sizeof(struct crypt_n_op))); in cryptof_ioctl()1075 struct crypt_n_op * cnop, in cryptodev_mop()
220 struct crypt_n_op cnop; in ocryptodev_mop()
133 struct crypt_n_op;