Lines Matching refs:fcrypt
83 struct fcrypt { struct
107 static struct csession *csefind(struct fcrypt *, u_int, int *); argument
109 static int csedelete(struct fcrypt *, struct csession *);
110 static struct csession *cseadd(struct fcrypt *, struct csession *);
111 static struct csession *csecreate(struct fcrypt *, u_int64_t, caddr_t,
155 struct fcrypt *fcr = fp->f_data; in cryptof_ioctl()
730 struct fcrypt *fcr = fp->f_data; in cryptof_close()
734 fcr = (struct fcrypt *)fp->f_data; in cryptof_close()
747 csefind(struct fcrypt *fcr, u_int ses, int *errorp) in csefind()
773 csedelete(struct fcrypt *fcr, struct csession *cse_del) in csedelete()
787 cseadd(struct fcrypt *fcr, struct csession *cse) in cseadd()
795 csecreate(struct fcrypt *fcr, u_int64_t sid, caddr_t key, u_int64_t keylen, in csecreate()
854 struct fcrypt *fcr; in cryptoioctl()
859 fcr = kmalloc(sizeof(struct fcrypt), M_XDATA, M_WAITOK); in cryptoioctl()