Home
last modified time | relevance | path

Searched refs:crypt_n_op (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/tests/crypto/opencrypto/
H A Dh_ioctl.c154 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()
/netbsd-src/sys/opencrypto/
H A Dcryptodev_internal.h9 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
H A Docryptodev.h177 struct crypt_n_op;
H A Dcryptodev.h221 struct crypt_n_op { struct
253 struct crypt_n_op * reqs; /* where to get them */
H A Dcryptodev.c233 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()
H A Docryptodev.c220 struct crypt_n_op cnop; in ocryptodev_mop()
/netbsd-src/sys/sys/
H A Dcompat_stub.h133 struct crypt_n_op;