ntlm-build-auth-response
ntlm-build-auth-response is a compiled Lisp function in `ntlm.el
'.
(ntlm-build-auth-response CHALLENGE USER PASSWORD-HASHES)
Return the response string to a challenge string CHALLENGE given by
the NTLM based server for the user USER and the password hash list
PASSWORD-HASHES. NTLM uses two hash values which are represented
by PASSWORD-HASHES. PASSWORD-HASHES should be a return value of
(list (ntlm-smb-passwd-hash password) (ntlm-md4hash password))