Lines Matching refs:fcr
115 struct fcrypt *fcr = fp->f_fcrypt; in ocryptof_ioctl() local
129 error = ocryptodev_session(fcr, osop); in ocryptof_ioctl()
146 error = ocryptodev_msession(fcr, osnop, osgop->count); in ocryptof_ioctl()
159 cse = cryptodev_csefind(fcr, ocop->ses); in ocryptof_ioctl()
179 error = ocryptodev_mop(fcr, ocnop, omop->count, in ocryptof_ioctl()
215 ocryptodev_mop(struct fcrypt *fcr, struct ocrypt_n_op *ocnop, int count, in ocryptodev_mop() argument
238 res = cryptodev_mop(fcr, &cnop, count, l); in ocryptodev_mop()
247 ocryptodev_session(struct fcrypt *fcr, struct osession_op *osop) in ocryptodev_session() argument
259 res = cryptodev_session(fcr, &sop); in ocryptodev_session()
268 ocryptodev_msession(struct fcrypt *fcr, struct osession_n_op *osn_ops, in ocryptodev_msession() argument
283 osn_ops->status = ocryptodev_session(fcr, &os_op); in ocryptodev_msession()