Home
last modified time | relevance | path

Searched refs:SMB2_PREAUTH_HASH_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/fs/smb/server/
Dsmb2pdu.h44 __u8 Preauth_HashValue[SMB2_PREAUTH_HASH_SIZE];
/linux-6.14.4/fs/smb/client/
Dcifsglob.h819 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1128 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c924 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.c1059 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1060 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1195 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1926 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
/linux-6.14.4/fs/smb/common/
Dsmb2pdu.h444 #define SMB2_PREAUTH_HASH_SIZE 64 macro