Home
last modified time | relevance | path

Searched refs:NEGOTIATE_SECURITY_SIGNATURES_ENABLED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c420 secmode |= NEGOTIATE_SECURITY_SIGNATURES_ENABLED; in smb_com_negotiate()
H A Dsmb_signing.c176 if (session->secmode & NEGOTIATE_SECURITY_SIGNATURES_ENABLED) { in smb_sign_begin()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h792 #define NEGOTIATE_SECURITY_SIGNATURES_ENABLED 0x04 macro