Home
last modified time | relevance | path

Searched refs:SMB_SIGNING_ENABLED (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c221 u->u_sign_flags |= SMB_SIGNING_ENABLED; in smb2_sign_begin()
225 SMB_SIGNING_ENABLED | SMB_SIGNING_CHECK; in smb2_sign_begin()
234 if (u->u_sign_flags & SMB_SIGNING_ENABLED) in smb2_sign_begin()
H A Dsmb_echo.c111 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) in smb_com_echo()
H A Dsmb_dispatch.c565 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) { in smb1sr_newrq()
586 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) { in smb1sr_newrq()
1068 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) in smbsr_send_reply()
H A Dsmb_signing.c192 sign->flags |= SMB_SIGNING_ENABLED; in smb_sign_begin()
H A Dsmb_common_transact.c183 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) { in smb_com_transaction_secondary()
395 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) { in smb_com_transaction2_secondary()
671 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) { in smb_com_nt_transact_secondary()
965 if (sr->session->signing.flags & SMB_SIGNING_ENABLED) in smb_trans_net_share_enum()
H A Dsmb2_dispatch.c849 (sr->uid_user->u_sign_flags & SMB_SIGNING_ENABLED) != 0) { in smb2sr_work()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h826 #define SMB_SIGNING_ENABLED 1 macro