HomeSort by: relevance | last modified time | path
    Searched refs:crypt_n_op (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/opencrypto/
cryptodev_internal.h 9 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
ocryptodev.h 177 struct crypt_n_op;
cryptodev.h 221 struct crypt_n_op { struct
246 * crypt_n_op operations.
247 * Each crypt_n_op will receive a request id which can be used to check its
253 struct crypt_n_op * reqs; /* where to get them */
ocryptodev.c 220 struct crypt_n_op cnop;
cryptodev.c 233 struct crypt_n_op *cnop;
360 || SIZE_MAX / sizeof(struct crypt_n_op) <= mop->count) {
364 cnop = kmem_alloc((mop->count * sizeof(struct crypt_n_op)),
367 (mop->count * sizeof(struct crypt_n_op)));
372 (mop->count * sizeof(struct crypt_n_op)));
375 kmem_free(cnop, (mop->count * sizeof(struct crypt_n_op)));
1075 struct crypt_n_op * cnop,
  /src/tests/crypto/opencrypto/
h_ioctl.c 154 struct crypt_n_op css[COUNT];
157 struct crypt_n_op *cs;
188 struct crypt_n_op cnos[COUNT];
204 struct crypt_n_op *cno = &cnos[i];
289 struct crypt_n_op cno;
  /src/sys/sys/
compat_stub.h 133 struct crypt_n_op;

Completed in 14 milliseconds