Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.h43 __u8 Preauth_HashValue[SMB2_PREAUTH_HASH_SIZE];
/Linux-v6.1/fs/cifs/
Dcifsglob.h713 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1051 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c921 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.c893 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
894 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1029 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1735 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h411 #define SMB2_PREAUTH_HASH_SIZE 64 macro