Lines Matching refs:mackey
90 uint32_t mackey; member
100 uint32_t mackey; member
161 PTRIN_CP(*from, *to, mackey); in session_op_from_32()
183 PTROUT_CP(*from, *to, mackey); in session_op_to_32()
331 void *mackey; member
399 void *mackey = NULL; in cse_create() local
637 mackey = malloc(csp.csp_auth_klen, M_XDATA, M_WAITOK); in cse_create()
638 error = copyin(sop->mackey, mackey, csp.csp_auth_klen); in cse_create()
645 csp.csp_auth_key = mackey; in cse_create()
672 cse->mackey = mackey; in cse_create()
696 free(mackey, M_XDATA); in cse_create()
728 if (cse->mackey) in cse_free()
729 free(cse->mackey, M_XDATA); in cse_free()