Home
last modified time | relevance | path

Searched refs:fcrypt (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/opencrypto/
H A Dcryptodev.c83 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 DMakefile145 fcrypt.c fcrypt_b.c ofb64ede.c ofb64enc.c \