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