Searched refs:sesid (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dcryptodev.c231 u_int32_t *sesid; local
312 sesid = kmem_alloc((sfop->count * sizeof(u_int32_t)),
314 error = copyin(sfop->sesid, sesid,
317 error = cryptodev_msessionfin(fcr, sfop->count, sesid);
319 kmem_free(sesid, (sfop->count * sizeof(u_int32_t)));
1754 cryptodev_msessionfin(struct fcrypt *fcr, int count, u_int32_t *sesid) argument
1761 cse = csefind(fcr, sesid[req]);
H A Dcryptodev.h252 u_int32_t *sesid; member in struct:crypt_sfop

Completed in 115 milliseconds