Home
last modified time | relevance | path

Searched refs:tiblob (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsencrypt.c661 unsigned char *tiblob = NULL; /* target info blob */ in setup_ntlmv2_rsp() local
693 tiblob = ses->auth_key.response; in setup_ntlmv2_rsp()
712 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
768 kfree(tiblob); in setup_ntlmv2_rsp()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsencrypt.c697 unsigned char *tiblob = NULL; /* target info blob */ in setup_ntlmv2_rsp() local
734 tiblob = ses->auth_key.response; in setup_ntlmv2_rsp()
753 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
807 kfree_sensitive(tiblob); in setup_ntlmv2_rsp()

Completed in 3 milliseconds