Lines Matching refs:csession
105 struct csession { struct
106 TAILQ_ENTRY(csession) next;
131 TAILQ_HEAD(csessionlist, csession) csessions; argument
177 struct csession *cryptodev_csefind(struct fcrypt *, u_int);
178 static struct csession *csefind(struct fcrypt *, u_int);
179 static int csedelete(struct fcrypt *, struct csession *);
180 static struct csession *cseadd(struct fcrypt *, struct csession *);
181 static struct csession *csecreate(struct fcrypt *, u_int64_t, void *,
185 static void csefree(struct csession *);
227 struct csession *cse; in cryptof_ioctl()
454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) in cryptodev_op()
714 struct csession *cse = crp->crp_opaque; in cryptodev_cb()
726 struct csession *cse = crp->crp_opaque; in cryptodev_mcb()
896 struct csession *cse; in cryptof_close()
915 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses) in cryptodev_csefind()
921 static struct csession *
924 struct csession *cse, *cnext, *ret = NULL; in csefind()
936 csedelete(struct fcrypt *fcr, struct csession *cse_del) in csedelete()
938 struct csession *cse, *cnext; in csedelete()
951 static struct csession *
952 cseadd(struct fcrypt *fcr, struct csession *cse) in cseadd()
963 static struct csession *
969 struct csession *cse; in csecreate()
995 csefree(struct csession *cse) in csefree()
1081 struct csession *cse; in cryptodev_mop()
1463 struct csession *cse; in cryptodev_session()
1713 struct csession *cse; in cryptodev_msessionfin()
1740 struct csession *cse; in cryptodev_getmstatus()
1763 cse = (struct csession *)crp->crp_opaque; in cryptodev_getmstatus()
1795 cse = (struct csession *)crp->crp_opaque; in cryptodev_getmstatus()
1886 struct csession *cse; in cryptodev_getstatus()
1894 cse = (struct csession *)crp->crp_opaque; in cryptodev_getstatus()
2036 pool_init(&csepl, sizeof(struct csession), 0, 0, 0, "csepl", in cryptoattach()