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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c114 ASSERT(vcp->vc_mackey != NULL);
140 key.cd_raw.iov_base = (char *)vcp->vc_mackey;
209 if (vcp->vc_mackey == NULL) {
243 * Note vc_mackey and vc_mackeylen gets filled in by
246 if (vcp->vc_mackey == NULL) {
H A Dsmb_usr.c716 vcp->vc_mackey = kmem_alloc(vcp->vc_mackeylen, KM_SLEEP);
717 if (ddi_copyin(vcp->vc_u_mackey.lp_ptr, vcp->vc_mackey,
733 if (vcp->vc_mackey) {
734 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen);
735 vcp->vc_mackey = NULL;
H A Dsmb_conn.c366 if (vcp->vc_mackey != NULL)
367 kmem_free(vcp->vc_mackey, vcp->vc_mackeylen);
H A Dsmb_conn.h163 uint8_t *vc_mackey; /* MAC key */ member in struct:smb_vc

Completed in 40 milliseconds