Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:ocop

119 	struct ocrypt_op *ocop;
158 ocop = (struct ocrypt_op *)data;
159 cse = cryptodev_csefind(fcr, ocop->ses);
165 error = ocryptodev_op(cse, ocop, curlwp);
197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l)
201 cop.ses = ocop->ses;
202 cop.op = ocop->op;
203 cop.flags = ocop->flags;
204 cop.len = ocop->len;
205 cop.src = ocop->src;
206 cop.dst = ocop->dst;
207 cop.mac = ocop->mac;
208 cop.iv = ocop->iv;