Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:mackey

121 	void *		mackey;
578 crda->crd_key = cse->mackey;
965 void *mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac,
976 cse->mackey = mackey;
1001 if (cse->mackey)
1002 free(cse->mackey, M_XDATA);
1211 crda->crd_key = cse->mackey;
1645 if ((error = copyin(sop->mackey, cria.cri_key,
1699 s_op.mackey = sn_ops->mackey;