Home
last modified time | relevance | path

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

/curl/lib/
H A Dsmb.c630 unsigned char lm[24]; in smb_send_setup() local
634 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()
/curl/m4/
H A Dcurl-rustls.m491 RUSTLS_LDFLAGS="-lpthread -ldl -lm"
159 LIBS="-lrustls -lpthread -ldl -lm $LIBS"
H A Dcurl-wolfssl.m4132 LIBS="$addlib -lm $LIBS"
/curl/
H A Dconfigure.ac859 LIB_HYPER="-lhyper -ldl -lpthread -lm"

Completed in 20 milliseconds