Searched refs:cryptodev_op (Results 1 – 3 of 3) sorted by relevance
8 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
211 return cryptodev_op(cse, &cop, l); in ocryptodev_op()
351 error = cryptodev_op(cse, cop, curlwp); in cryptof_ioctl()454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) in cryptodev_op() function