Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dauth.c933 SMB2_PREAUTH_INTEGRITY_SHA512) in ksmbd_gen_preauth_integrity_hash()
Dsmb2pdu.c888 if (pneg_ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512) in decode_preauth_ctxt()
891 conn->preauth_info->Preauth_HashId = SMB2_PREAUTH_INTEGRITY_SHA512; in decode_preauth_ctxt()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h443 #define SMB2_PREAUTH_INTEGRITY_SHA512 cpu_to_le16(0x0001) macro
/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c599 pneg_ctxt->HashAlgorithms = SMB2_PREAUTH_INTEGRITY_SHA512; in build_preauth_ctxt()
792 if (ctxt->HashAlgorithms != SMB2_PREAUTH_INTEGRITY_SHA512) in decode_preauth_context()