Symbol: fcrypt
sys/opencrypto/cryptodev.c
1007
cse_add(struct fcrypt *fcr, struct csession *cse)
sys/opencrypto/cryptodev.c
1022
cse_create(struct fcrypt *fcr, uint64_t sid, void *key, uint64_t keylen,
sys/opencrypto/cryptodev.c
1078
struct fcrypt *fcr;
sys/opencrypto/cryptodev.c
1133
cryptodev_mop(struct fcrypt *fcr,
sys/opencrypto/cryptodev.c
1361
cryptodev_mkey(struct fcrypt *fcr, struct crypt_n_kop *kop, size_t count)
sys/opencrypto/cryptodev.c
1502
cryptodev_session(struct fcrypt *fcr, struct session_op *sop)
sys/opencrypto/cryptodev.c
1733
cryptodev_msession(struct fcrypt *fcr, struct session_n_op *sn_ops,
sys/opencrypto/cryptodev.c
1760
cryptodev_msessionfin(struct fcrypt *fcr, size_t count, uint32_t *sesid)
sys/opencrypto/cryptodev.c
1776
cryptodev_getmstatus(struct fcrypt *fcr, struct crypt_result *crypt_res,
sys/opencrypto/cryptodev.c
1908
cryptodev_getstatus (struct fcrypt *fcr, struct crypt_result *crypt_res)
sys/opencrypto/cryptodev.c
1997
struct fcrypt *fcr = fp->f_fcrypt;
sys/opencrypto/cryptodev.c
2016
struct fcrypt *fcr = fp->f_fcrypt;
sys/opencrypto/cryptodev.c
2043
pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
sys/opencrypto/cryptodev.c
208
static struct csession *cse_find(struct fcrypt *, uint32_t);
sys/opencrypto/cryptodev.c
209
static int cse_delete(struct fcrypt *, uint32_t);
sys/opencrypto/cryptodev.c
210
static struct csession *cse_add(struct fcrypt *, struct csession *);
sys/opencrypto/cryptodev.c
211
static struct csession *cse_create(struct fcrypt *, uint64_t, void *,
sys/opencrypto/cryptodev.c
218
static int cryptodev_mkey(struct fcrypt *, struct crypt_n_kop *, size_t);
sys/opencrypto/cryptodev.c
219
static void cryptodev_msessionfin(struct fcrypt *, size_t, uint32_t *);
sys/opencrypto/cryptodev.c
227
static int cryptodev_getmstatus(struct fcrypt *, struct crypt_result *,
sys/opencrypto/cryptodev.c
229
static int cryptodev_getstatus(struct fcrypt *, struct crypt_result *);
sys/opencrypto/cryptodev.c
267
fcrypt_settime(struct fcrypt *fcr)
sys/opencrypto/cryptodev.c
274
static struct fcrypt *
sys/opencrypto/cryptodev.c
277
struct fcrypt *fcr;
sys/opencrypto/cryptodev.c
298
fcrypt_dtor(struct fcrypt *fcr)
sys/opencrypto/cryptodev.c
338
struct fcrypt *fcr = fp->f_fcrypt;
sys/opencrypto/cryptodev.c
358
struct fcrypt *criofcr;
sys/opencrypto/cryptodev.c
947
struct fcrypt *fcr = fp->f_fcrypt;
sys/opencrypto/cryptodev.c
957
cryptodev_cse_find(struct fcrypt *fcr, uint32_t ses)
sys/opencrypto/cryptodev.c
970
cse_find(struct fcrypt *fcr, uint32_t ses)
sys/opencrypto/cryptodev.c
990
cse_delete(struct fcrypt *fcr, uint32_t ses)
sys/opencrypto/cryptodev.h
518
struct fcrypt *fcrp;
sys/opencrypto/cryptodev.h
566
struct fcrypt *fcrp;
sys/opencrypto/cryptodev_internal.h
21
int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, size_t, struct lwp *);
sys/opencrypto/cryptodev_internal.h
22
int cryptodev_session(struct fcrypt *, struct session_op *);
sys/opencrypto/cryptodev_internal.h
23
int cryptodev_msession(struct fcrypt *, struct session_n_op *, size_t);
sys/opencrypto/cryptodev_internal.h
25
struct csession *cryptodev_cse_find(struct fcrypt *, uint32_t);
sys/opencrypto/ocryptodev.c
108
static int ocryptodev_mop(struct fcrypt *, struct ocrypt_n_op *, int,
sys/opencrypto/ocryptodev.c
110
static int ocryptodev_session(struct fcrypt *, struct osession_op *);
sys/opencrypto/ocryptodev.c
111
static int ocryptodev_msession(struct fcrypt *, struct osession_n_op *,
sys/opencrypto/ocryptodev.c
117
struct fcrypt *fcr = fp->f_fcrypt;
sys/opencrypto/ocryptodev.c
218
ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count,
sys/opencrypto/ocryptodev.c
250
ocryptodev_session(struct fcrypt *fcr, struct osession_op *osop)
sys/opencrypto/ocryptodev.c
271
ocryptodev_msession(struct fcrypt *fcr, struct osession_n_op *osn_ops,
sys/opencrypto/ocryptodev.h
95
struct fcrypt;
sys/sys/compat_stub.h
129
struct fcrypt;
sys/sys/file.h
121
struct fcrypt *fd_fcrypt; // DTYPE_CRYPTO is not used