Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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];
H A Dsmb2misc.c915 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
H A Dsmb2pdu.h339 #define SMB2_PREAUTH_HASH_SIZE 64 macro
H A 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()