Searched refs:preauth_sha_hash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2transport.c | 513 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey() 519 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey() 525 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey()
|
H A D | smb2misc.c | 908 rc = crypto_shash_update(&d->shash, ses->preauth_sha_hash, in smb311_update_preauth_hash() 925 rc = crypto_shash_final(&d->shash, ses->preauth_sha_hash); in smb311_update_preauth_hash()
|
H A D | cifsglob.h | 770 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member 1010 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member
|
H A D | smb2pdu.c | 818 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 819 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 944 memcpy(server->preauth_sha_hash, ses->preauth_sha_hash, in SMB2_negotiate() 1622 memcpy(ses->preauth_sha_hash, server->preauth_sha_hash, in SMB2_sess_setup()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2transport.c | 540 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey() 546 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey() 552 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey()
|
H A D | smb2misc.c | 914 rc = crypto_shash_update(sha512, ses->preauth_sha_hash, in smb311_update_preauth_hash() 930 rc = crypto_shash_final(sha512, ses->preauth_sha_hash); in smb311_update_preauth_hash()
|
H A D | smb2pdu.c | 1049 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 1050 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate() 1184 memcpy(server->preauth_sha_hash, ses->preauth_sha_hash, in SMB2_negotiate() 1904 memcpy(ses->preauth_sha_hash, server->preauth_sha_hash, in SMB2_sess_setup()
|
H A D | cifsglob.h | 752 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member 1061 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member
|
Completed in 28 milliseconds