HomeSort by: relevance | last modified time | path
    Searched refs:fcrypt (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/opencrypto/
cryptodev_internal.h 9 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
10 int cryptodev_session(struct fcrypt *, struct session_op *);
11 int cryptodev_msession(struct fcrypt *, struct session_n_op *, int);
12 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
ocryptodev.c 106 static int ocryptodev_mop(struct fcrypt *, struct ocrypt_n_op *, int,
108 static int ocryptodev_session(struct fcrypt *, struct osession_op *);
109 static int ocryptodev_msession(struct fcrypt *, struct osession_n_op *,
115 struct fcrypt *fcr = fp->f_fcrypt;
215 ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count,
247 ocryptodev_session(struct fcrypt *fcr, struct osession_op *osop)
268 ocryptodev_msession(struct fcrypt *fcr, struct osession_n_op *osn_ops,
ocryptodev.h 173 struct fcrypt;
cryptodev.c 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 *)
    [all...]
cryptodev.h 512 struct fcrypt *fcrp;
560 struct fcrypt *fcrp;
  /src/sys/sys/
file.h 121 struct fcrypt *fd_fcrypt; // DTYPE_CRYPTO is not used
compat_stub.h 129 struct fcrypt;

Completed in 14 milliseconds