Searched refs:vc_ch (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_crypt.c194 smb_E(S21, vcp->vc_ch, vcp->vc_mackey + 16);
195 smb_E(S21 + 7, vcp->vc_ch, vcp->vc_mackey + 24);
196 smb_E(S21 + 14, vcp->vc_ch, vcp->vc_mackey + 32);
H A Dsmb_smb.c196 error = md_get_mem(mdp, vcp->vc_ch, sblen, MB_MSYSTEM);
246 error = md_get_mem(mdp, vcp->vc_ch, swlen, MB_MSYSTEM);
341 smb_encrypt(pbuf, vcp->vc_ch, encpass);
351 smb_ntencrypt(pbuf, vcp->vc_ch, (u_char*)ntencpass);
548 smb_encrypt(pbuf, vcp->vc_ch, encpass);
H A Dsmb_conn.h263 u_char vc_ch[SMB_MAXCHALLENGELEN]; member in struct:smb_vc

Completed in 118 milliseconds