Home
last modified time | relevance | path

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

/fs/smb/server/
Dsmb2pdu.c1329 char *neg_blob; in ntlm_negotiate() local
1354 neg_blob = kzalloc(sz, GFP_KERNEL); in ntlm_negotiate()
1355 if (!neg_blob) in ntlm_negotiate()
1358 chgblob = (struct challenge_message *)neg_blob; in ntlm_negotiate()
1366 neg_blob, sz); in ntlm_negotiate()
1378 kfree(neg_blob); in ntlm_negotiate()