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

  /src/sys/opencrypto/
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]);
cryptodev.h 258 u_int32_t *sesid; member in struct:crypt_sfop

Completed in 13 milliseconds