Home
last modified time | relevance | path

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

/freebsd-12.1/sys/opencrypto/
H A Dcryptodev.c308 static int cryptof_close(struct file *, struct thread *);
320 .fo_close = cryptof_close,
1345 cryptof_close(struct file *fp, struct thread *td) in cryptof_close() function