Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsglob.h757 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
990 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c815 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.c813 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
814 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
939 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1567 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
Dsmb2pdu.h277 #define SMB2_PREAUTH_HASH_SIZE 64 macro