Searched refs:csession (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/opencrypto/ |
| D | 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);
|
| D | cryptodev.c | 105 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 …]
|
| D | ocryptodev.c | 104 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()
|
| D | ocryptodev.h | 175 struct csession;
|
| /netbsd/src/sys/sys/ |
| D | compat_stub.h | 131 struct csession;
|