Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c542 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey()
548 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey()
554 d->context.iov_base = ses->preauth_sha_hash; in generate_smb311signingkey()
H A Dsmb2misc.c922 rc = crypto_shash_update(sha512, ses->preauth_sha_hash, in smb311_update_preauth_hash()
938 rc = crypto_shash_final(sha512, ses->preauth_sha_hash); in smb311_update_preauth_hash()
H A Dcifsglob.h783 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member
1093 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE]; member
H A Dsmb2pdu.c1074 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1075 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()
1209 memcpy(server->preauth_sha_hash, ses->preauth_sha_hash, in SMB2_negotiate()
1929 memcpy(ses->preauth_sha_hash, server->preauth_sha_hash, in SMB2_sess_setup()