Lines Matching refs:fcrypt

130 struct fcrypt {  struct
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 *,
188 static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, int);
189 static void cryptodev_msessionfin(struct fcrypt *, int, u_int32_t *);
197 static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
199 static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
226 struct fcrypt *fcr = fp->f_fcrypt; in cryptof_ioctl()
246 struct fcrypt *criofcr; in cryptof_ioctl()
895 struct fcrypt *fcr = fp->f_fcrypt; in cryptof_close()
915 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses) in cryptodev_csefind()
922 csefind(struct fcrypt *fcr, u_int ses) in csefind()
936 csedelete(struct fcrypt *fcr, struct csession *cse_del) in csedelete()
952 cseadd(struct fcrypt *fcr, struct csession *cse) in cseadd()
964 csecreate(struct fcrypt *fcr, u_int64_t sid, void *key, u_int64_t keylen, in csecreate()
1011 struct fcrypt *fcr; in cryptoopen()
1074 cryptodev_mop(struct fcrypt *fcr, in cryptodev_mop()
1314 cryptodev_mkey(struct fcrypt *fcr, struct crypt_n_kop *kop, int count) in cryptodev_mkey()
1455 cryptodev_session(struct fcrypt *fcr, struct session_op *sop) in cryptodev_session()
1686 cryptodev_msession(struct fcrypt *fcr, struct session_n_op *sn_ops, in cryptodev_msession()
1711 cryptodev_msessionfin(struct fcrypt *fcr, int count, u_int32_t *sesid) in cryptodev_msessionfin()
1735 cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res, in cryptodev_getmstatus()
1882 cryptodev_getstatus (struct fcrypt *fcr, struct crypt_result *crypt_res) in cryptodev_getstatus()
1983 struct fcrypt *fcr = fp->f_fcrypt; in cryptof_stat()
2002 struct fcrypt *fcr = fp->f_fcrypt; in cryptof_poll()
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl", in cryptoattach()