Searched refs:lm (Results 1 – 4 of 4) sorted by relevance
630 unsigned char lm[24]; in smb_send_setup() local634 const size_t byte_count = sizeof(lm) + sizeof(nt) + in smb_send_setup()641 Curl_ntlm_core_lm_resp(lm_hash, smbc->challenge, lm); in smb_send_setup()653 msg.lengths[0] = smb_swap16(sizeof(lm)); in smb_send_setup()655 memcpy(p, lm, sizeof(lm)); in smb_send_setup()656 p += sizeof(lm); in smb_send_setup()659 p += msnprintf(p, byte_count - sizeof(nt) - sizeof(lm), in smb_send_setup()
91 RUSTLS_LDFLAGS="-lpthread -ldl -lm"159 LIBS="-lrustls -lpthread -ldl -lm $LIBS"
132 LIBS="$addlib -lm $LIBS"
859 LIB_HYPER="-lhyper -ldl -lpthread -lm"
Completed in 20 milliseconds