fcrypt 79 crypto/cryptodev.c struct fcrypt {
fcrypt 104 crypto/cryptodev.c struct csession *csefind(struct fcrypt *, u_int);
fcrypt 105 crypto/cryptodev.c int csedelete(struct fcrypt *, struct csession *);
fcrypt 106 crypto/cryptodev.c struct csession *cseadd(struct fcrypt *, struct csession *);
fcrypt 107 crypto/cryptodev.c struct csession *csecreate(struct fcrypt *, u_int64_t, caddr_t, u_int64_t,
fcrypt 142 crypto/cryptodev.c struct fcrypt *fcr = fp->f_data;
fcrypt 619 crypto/cryptodev.c struct fcrypt *fcr = fp->f_data;
fcrypt 670 crypto/cryptodev.c struct fcrypt *fcr;
fcrypt 675 crypto/cryptodev.c MALLOC(fcr, struct fcrypt *,
fcrypt 676 crypto/cryptodev.c sizeof(struct fcrypt), M_XDATA, M_WAITOK);
fcrypt 706 crypto/cryptodev.c csefind(struct fcrypt *fcr, u_int ses)
fcrypt 717 crypto/cryptodev.c csedelete(struct fcrypt *fcr, struct csession *cse_del)
fcrypt 731 crypto/cryptodev.c cseadd(struct fcrypt *fcr, struct csession *cse)
fcrypt 739 crypto/cryptodev.c csecreate(struct fcrypt *fcr, u_int64_t sid, caddr_t key, u_int64_t keylen,