Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dauth.c920 SMB2_PREAUTH_INTEGRITY_SHA512) in ksmbd_gen_preauth_integrity_hash()
Dsmb2pdu.c882 if (pneg_ctxt->HashAlgorithms == SMB2_PREAUTH_INTEGRITY_SHA512) { in decode_preauth_ctxt()
884 SMB2_PREAUTH_INTEGRITY_SHA512; in decode_preauth_ctxt()
/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h410 #define SMB2_PREAUTH_INTEGRITY_SHA512 cpu_to_le16(0x0001) macro
/linux-6.1.9/fs/cifs/
Dsmb2pdu.c443 pneg_ctxt->HashAlgorithms = SMB2_PREAUTH_INTEGRITY_SHA512; in build_preauth_ctxt()
632 if (ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512) in decode_preauth_context()