Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsglob.h692 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
887 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c804 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.c631 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
632 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
750 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1363 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
Dsmb2pdu.h263 #define SMB2_PREAUTH_HASH_SIZE 64 macro