Searched refs:preauth_sha_hash (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2transport.c | 440 d->context.iov_base = ses->preauth_sha_hash; 446 d->context.iov_base = ses->preauth_sha_hash; in smb3_calc_signature() 452 d->context.iov_base = ses->preauth_sha_hash; in smb3_calc_signature()
|
| H A D | smb2misc.c | 917 sha512_update(&sha_ctx, ses->preauth_sha_hash, SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash() 920 sha512_final(&sha_ctx, ses->preauth_sha_hash); in smb311_update_preauth_hash()
|
| H A D | cifsglob.h | 797 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member 1094 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member
|
| H A D | smb2pdu.c | 1106 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 1107 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 1260 memcpy(server->preauth_sha_hash, ses->preauth_sha_hash, in SMB2_negotiate() 2014 memcpy(ses->preauth_sha_hash, server->preauth_sha_hash,
|