Lines Matching refs:ntlmssp
304 memcpy(ses->ntlmssp->cryptkey, pblob->Challenge, CIFS_CRYPTO_KEY_SIZE); in decode_ntlmssp_challenge()
309 ses->ntlmssp->server_flags = le32_to_cpu(pblob->NegotiateFlags); in decode_ntlmssp_challenge()
351 ses->ntlmssp->sesskey_per_smbsess) in build_ntlmssp_negotiate_blob()
390 ses->ntlmssp->sesskey_per_smbsess) in build_ntlmssp_auth_blob()
462 if (((ses->ntlmssp->server_flags & NTLMSSP_NEGOTIATE_KEY_XCH) || in build_ntlmssp_auth_blob()
463 (ses->ntlmssp->server_flags & NTLMSSP_NEGOTIATE_EXTENDED_SEC)) in build_ntlmssp_auth_blob()
465 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1181 ses->ntlmssp = kmalloc(sizeof(struct ntlmssp_auth), GFP_KERNEL); in sess_auth_rawntlmssp_negotiate()
1182 if (!ses->ntlmssp) { in sess_auth_rawntlmssp_negotiate()
1186 ses->ntlmssp->sesskey_per_smbsess = false; in sess_auth_rawntlmssp_negotiate()
1253 kfree(ses->ntlmssp); in sess_auth_rawntlmssp_negotiate()
1254 ses->ntlmssp = NULL; in sess_auth_rawntlmssp_negotiate()
1372 kfree(ses->ntlmssp); in sess_auth_rawntlmssp_authenticate()
1373 ses->ntlmssp = NULL; in sess_auth_rawntlmssp_authenticate()