Home
last modified time | relevance | path

Searched refs:csession (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/opencrypto/
Dcryptodev_internal.h7 struct csession;
8 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
12 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
Dcryptodev.c105 struct csession { struct
106 TAILQ_ENTRY(csession) next;
131 TAILQ_HEAD(csessionlist, csession) csessions; argument
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 *);
227 struct csession *cse; in cryptof_ioctl()
[all …]
Docryptodev.c104 static int ocryptodev_op(struct csession *, struct ocrypt_op *,
116 struct csession *cse; in ocryptof_ioctl()
197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l) in ocryptodev_op()
Docryptodev.h175 struct csession;
/netbsd/src/sys/sys/
Dcompat_stub.h131 struct csession;