Lines Matching refs:fcrypt
293 struct fcrypt { struct
327 static struct csession *csefind(struct fcrypt *, u_int);
328 static bool csedelete(struct fcrypt *, u_int);
329 static struct csession *csecreate(struct fcrypt *, crypto_session_t, caddr_t,
379 struct fcrypt *fcr = fp->f_data; in cryptof_ioctl()
1347 struct fcrypt *fcr = fp->f_data; in cryptof_close()
1371 csefind(struct fcrypt *fcr, u_int ses) in csefind()
1388 csedelete(struct fcrypt *fcr, u_int ses) in csedelete()
1406 csecreate(struct fcrypt *fcr, crypto_session_t cses, caddr_t key, u_int64_t keylen, in csecreate()
1470 struct fcrypt *fcr; in cryptoioctl()
1475 fcr = malloc(sizeof(struct fcrypt), M_XDATA, M_WAITOK | M_ZERO); in cryptoioctl()