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

  /src/sys/opencrypto/
cryptodev_internal.h 7 struct csession;
8 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
12 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
ocryptodev.h 175 struct csession;
cryptodev.c 105 struct csession { struct
106 TAILQ_ENTRY(csession) next;
131 TAILQ_HEAD(csessionlist, csession) csessions;
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 *,
185 static void csefree(struct csession *);
    [all...]
ocryptodev.c 104 static int ocryptodev_op(struct csession *, struct ocrypt_op *,
116 struct csession *cse;
197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l)
  /src/sys/sys/
compat_stub.h 131 struct csession;

Completed in 22 milliseconds