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

  /src/sys/opencrypto/
cryptodev.c 235 struct crypt_sgop *sgop; local in function:cryptof_ioctl
282 sgop = (struct crypt_sgop *)data;
283 if (sgop->count <= 0
284 || SIZE_MAX / sizeof(struct session_n_op) <= sgop->count) {
288 snop = kmem_alloc((sgop->count *
290 error = copyin(sgop->sessions, snop, sgop->count *
299 error = cryptodev_msession(fcr, snop, sgop->count);
304 error = copyout(snop, sgop->sessions, sgop->count
    [all...]
cryptodev.c 235 struct crypt_sgop *sgop; local in function:cryptof_ioctl
282 sgop = (struct crypt_sgop *)data;
283 if (sgop->count <= 0
284 || SIZE_MAX / sizeof(struct session_n_op) <= sgop->count) {
288 snop = kmem_alloc((sgop->count *
290 error = copyin(sgop->sessions, snop, sgop->count *
299 error = cryptodev_msession(fcr, snop, sgop->count);
304 error = copyout(snop, sgop->sessions, sgop->count
    [all...]

Completed in 21 milliseconds