Searched refs:fcrypt (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/sys/opencrypto/ |
| H A D | cryptodev.c | 83 struct fcrypt { struct 107 static struct csession *csefind(struct fcrypt *, u_int, int *); argument 109 static int csedelete(struct fcrypt *, struct csession *); 110 static struct csession *cseadd(struct fcrypt *, struct csession *); 111 static struct csession *csecreate(struct fcrypt *, u_int64_t, caddr_t, 155 struct fcrypt *fcr = fp->f_data; in cryptof_ioctl() 730 struct fcrypt *fcr = fp->f_data; in cryptof_close() 734 fcr = (struct fcrypt *)fp->f_data; in cryptof_close() 747 csefind(struct fcrypt *fcr, u_int ses, int *errorp) in csefind() 773 csedelete(struct fcrypt *fcr, struct csession *cse_del) in csedelete() [all …]
|
| /dflybsd-src/lib/librecrypto/ |
| H A D | Makefile | 145 fcrypt.c fcrypt_b.c ofb64ede.c ofb64enc.c \
|