HomeSort by: relevance | last modified time | path
    Searched defs:osgop (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/opencrypto/
ocryptodev.c 122 struct ocrypt_sgop *osgop; local in function:ocryptof_ioctl
132 osgop = (struct ocrypt_sgop *)data;
133 if ((osgop->count <= 0) ||
134 (SIZE_MAX/sizeof(struct osession_n_op) < osgop->count)) {
138 osnop = kmem_alloc((osgop->count *
140 error = copyin(osgop->sessions, osnop, osgop->count *
146 error = ocryptodev_msession(fcr, osnop, osgop->count);
151 error = copyout(osnop, osgop->sessions, osgop->count
    [all...]

Completed in 55 milliseconds