Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:sop

249 	struct session_op sop;
252 sop.cipher = osop->cipher;
253 sop.mac = osop->mac;
254 sop.comp_alg = 0;
255 sop.keylen = osop->keylen;
256 sop.key = osop->key;
257 sop.mackeylen = osop->mackeylen;
258 sop.mackey = osop->mackey;
259 res = cryptodev_session(fcr, &sop);
262 osop->ses = sop.ses;