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

/linux-master/fs/smb/server/
H A Dauth.c929 SMB2_PREAUTH_INTEGRITY_SHA512)
H A Dsmb2pdu.c880 if (pneg_ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512)
883 conn->preauth_info->Preauth_HashId = SMB2_PREAUTH_INTEGRITY_SHA512;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h443 #define SMB2_PREAUTH_INTEGRITY_SHA512 cpu_to_le16(0x0001) macro
/linux-master/fs/smb/client/
H A Dsmb2pdu.c593 pneg_ctxt->HashAlgorithms = SMB2_PREAUTH_INTEGRITY_SHA512;
786 if (ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512)

Completed in 600 milliseconds