Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:cnop

220 	struct crypt_n_op cnop;
222 cnop.ses = ocnop->ses;
223 cnop.op = ocnop->op;
224 cnop.flags = ocnop->flags;
225 cnop.len = ocnop->len;
226 cnop.reqid = ocnop->reqid;
227 cnop.status = ocnop->status;
228 cnop.opaque = ocnop->opaque;
229 cnop.keylen = ocnop->keylen;
230 cnop.key = ocnop->key;
231 cnop.mackeylen = ocnop->mackeylen;
232 cnop.mackey = ocnop->mackey;
233 cnop.src = ocnop->src;
234 cnop.dst = ocnop->dst;
235 cnop.mac = ocnop->mac;
236 cnop.iv = ocnop->iv;
237 cnop.dst_len = 0;
238 res = cryptodev_mop(fcr, &cnop, count, l);
239 ocnop->reqid = cnop.reqid;
240 ocnop->status = cnop.status;