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

/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c268 struct csession { struct
269 TAILQ_ENTRY(csession) next;
288 struct csession *cse;
296 TAILQ_HEAD(csessionlist, csession) csessions;
329 static struct csession *csefind(struct fcrypt *, u_int);
331 static struct csession *csecreate(struct fcrypt *, u_int64_t, caddr_t,
334 static int csefree(struct csession *);
336 static int cryptodev_op(struct csession *, struct crypt_op *,
338 static int cryptodev_aead(struct csession *, struct crypt_aead *,
382 struct csession *cs
[all...]

Completed in 116 milliseconds