Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h770 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1010 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
1012 __u8 binding_preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
Dsmb2misc.c915 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
Dsmb2pdu.h339 #define SMB2_PREAUTH_HASH_SIZE 64 macro
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()
940 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1618 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()