Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:cop

199 	struct crypt_op cop;
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;
209 cop.dst_len = 0;
211 return cryptodev_op(cse, &cop, l);