Searched refs:vc_mackey (Results 1 – 4 of 4) sorted by relevance
114 ASSERT(vcp->vc_mackey != NULL); in smb_compute_MAC()140 key.cd_raw.iov_base = (char *)vcp->vc_mackey; in smb_compute_MAC()209 if (vcp->vc_mackey == NULL) { in smb_rq_sign()246 if (vcp->vc_mackey == NULL) { in smb_rq_verify()
872 vcp->vc_mackey = kmem_alloc(vcp->vc_mackeylen, KM_SLEEP); in smb_usr_iod_work()873 if (ddi_copyin(vcp->vc_u_mackey.lp_ptr, vcp->vc_mackey, in smb_usr_iod_work()889 if (vcp->vc_mackey) { in smb_usr_iod_work()890 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen); in smb_usr_iod_work()891 vcp->vc_mackey = NULL; in smb_usr_iod_work()
366 if (vcp->vc_mackey != NULL) in smb_vc_free()367 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen); in smb_vc_free()
164 uint8_t *vc_mackey; /* MAC key */ member