Lines Matching refs:mackey
93 uint32_t mackey; member
103 uint32_t mackey; member
166 PTRIN_CP(*from, *to, mackey); in session_op_from_32()
190 PTROUT_CP(*from, *to, mackey); in session_op_to_32()
337 void *mackey; member
405 void *mackey = NULL; in cse_create() local
652 mackey = malloc(csp.csp_auth_klen, M_XDATA, M_WAITOK); in cse_create()
653 error = copyin(sop->mackey, mackey, csp.csp_auth_klen); in cse_create()
660 csp.csp_auth_key = mackey; in cse_create()
706 cse->mackey = mackey; in cse_create()
733 free(mackey, M_XDATA); in cse_create()
765 if (cse->mackey) in cse_free()
766 free(cse->mackey, M_XDATA); in cse_free()