Searched refs:nt (Results 1 – 2 of 2) sorted by relevance
632 unsigned char nt[24]; in smb_send_setup() local634 const size_t byte_count = sizeof(lm) + sizeof(nt) + in smb_send_setup()643 Curl_ntlm_core_lm_resp(nt_hash, smbc->challenge, nt); in smb_send_setup()654 msg.lengths[1] = smb_swap16(sizeof(nt)); in smb_send_setup()657 memcpy(p, nt, sizeof(nt)); in smb_send_setup()658 p += sizeof(nt); in smb_send_setup()659 p += msnprintf(p, byte_count - sizeof(nt) - sizeof(lm), in smb_send_setup()
470 nmake -f ms\nt.mak
Completed in 8 milliseconds