Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.c159 static int cryptof_ioctl(struct file *, u_long, void *);
168 .fo_ioctl = cryptof_ioctl,
224 cryptof_ioctl(struct file *fp, u_long cmd, void *data) in cryptof_ioctl() function