Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsglob.h767 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1007 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1009 __u8 binding_preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c907 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.h339 #define SMB2_PREAUTH_HASH_SIZE 64 macro
Dsmb2pdu.c807 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
808 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
932 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1600 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()