Searched refs:ntresp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_core.h77 unsigned char **ntresp,
H A Dcurl_ntlm_msgs.c719 unsigned char ntresp[24]; /* fixed-size */ local
720 unsigned char *ptr_ntresp = &ntresp[0];
829 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);
847 Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], ntresp);
979 fprintf(stderr, "\n ntresp=");
H A Dcurl_ntlm_core.c523 * ntresp [out] - The address where a pointer to newly allocated
532 unsigned char **ntresp,
596 *ntresp = ptr;
529 Curl_ntlm_core_mk_ntlmv2_resp(unsigned char *ntlmv2hash, unsigned char *challenge_client, struct ntlmdata *ntlm, unsigned char **ntresp, unsigned int *ntresp_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.c231 , unsigned char *ntresp /* must fit 0x18 bytes */
294 calc_resp(ntbuffer, nonce, ntresp);
415 unsigned char ntresp[0x18]; /* fixed-size */
437 , ntresp
549 memcpy(&ntlmbuf[size], ntresp, 0x18);
413 unsigned char ntresp[0x18]; /* fixed-size */ local

Completed in 58 milliseconds