Searched refs:vc_mackeylen (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c138 key.cd_length = vcp->vc_mackeylen;
141 key.cd_raw.iov_len = vcp->vc_mackeylen;
243 * Note vc_mackey and vc_mackeylen gets filled in by
H A Dsmb_usr.c715 vcp->vc_mackeylen = vcp->vc_u_maclen;
716 vcp->vc_mackey = kmem_alloc(vcp->vc_mackeylen, KM_SLEEP);
718 vcp->vc_mackeylen, flags)) {
734 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen);
736 vcp->vc_mackeylen = 0;
H A Dsmb_conn.h162 int vc_mackeylen; /* length of MAC key */ member in struct:smb_vc
H A Dsmb_conn.c367 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen);

Completed in 54 milliseconds