cryptodev.c | 240 u_int32_t *sesid; local in function:cryptof_ioctl 332 sesid = kmem_alloc((sfop->count * sizeof(u_int32_t)), 334 error = copyin(sfop->sesid, sesid, 337 cryptodev_msessionfin(fcr, sfop->count, sesid); 339 kmem_free(sesid, (sfop->count * sizeof(u_int32_t))); 1711 cryptodev_msessionfin(struct fcrypt *fcr, int count, u_int32_t *sesid) 1718 cse = csefind(fcr, sesid[req]);
|