Searched refs:HashAlgorithms (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h478 __le16 HashAlgorithms; /* HashAlgorithms[0] since only one defined */ member in struct:smb2_preauth_neg_context
/linux-master/fs/smb/client/
H A Dsmb2pdu.c593 pneg_ctxt->HashAlgorithms = SMB2_PREAUTH_INTEGRITY_SHA512;
775 * need to confirm that one HashAlgorithms member is accounted for.
786 if (ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512)
/linux-master/fs/smb/server/
H A Dsmb2pdu.c766 pneg_ctxt->HashAlgorithms = hash_id;
874 * which may not be present. Only check for used HashAlgorithms[1].
880 if (pneg_ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512)

Completed in 173 milliseconds