Searched refs:cnonce (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.c137 char cnonce[17]; local
151 ff_data_to_hex(cnonce, (const uint8_t*) cnonce_buf, sizeof(cnonce_buf), 1);
152 cnonce[2*sizeof(cnonce_buf)] = 0;
167 update_md5_strings(md5ctx, A1hash, ":", digest->nonce, ":", cnonce, NULL);
186 update_md5_strings(md5ctx, ":", nc, ":", cnonce, ":", digest->qop, NULL);
206 strlen(digest->opaque) + strlen(digest->qop) + strlen(cnonce) +
226 av_strlcatf(authstr, len, ",cnonce=\"%s\"", cnonce);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_digest.c312 char *cnonce = NULL; local
369 if(!d->cnonce) {
377 &cnonce, &cnonce_sz);
380 d->cnonce = cnonce;
391 ":" unq(nonce-value) ":" unq(cnonce-value)
405 /* nonce and cnonce are OUTSIDE the hash */
406 tmp = aprintf("%s:%s:%s", ha1, d->nonce, d->cnonce);
470 d->cnonce,
496 are copied as is from the server, escapes and all. cnonce i
[all...]
H A Dcurl_sasl.c367 char cnonce[] = "12345678"; /* will be changed */ local
375 cnonce[i] = table16[Curl_rand(data)%16];
402 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
403 curlx_uztoui(strlen(cnonce)));
442 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
443 curlx_uztoui(strlen(cnonce)));
457 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s",
459 cnonce, nonceCount, uri, resp_hash_hex);
H A Durldata.h393 char *cnonce; member in struct:digestdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpda.h129 char *cnonce; /* server-side: client's nonce */ member in struct:http_da_data
H A Dhttpda.c130 static int http_da_session_update(const char *realm, const char *nonce, const char *opaque, const char *cnonce, const char *ncount);
135 static void http_da_calc_HA1(struct soap *soap, void **context, char *alg, char *userid, char *realm, char *passwd, char *nonce, char *cnonce, char HA1hex[33]);
136 static void http_da_calc_response(struct soap *soap, void **context, char HA1hex[33], char *nonce, char *ncount, char *cnonce, char *qop, char *method, char *uri, char entityHAhex[33], char response[33]);
188 ((struct http_da_data*)dst->data)->cnonce = NULL;
221 char cnonce[HTTP_DA_NONCELEN]; local
227 http_da_calc_nonce(soap, cnonce);
228 http_da_calc_HA1(soap, &data->context, data->alg, soap->userid, soap->authrealm, soap->passwd, data->nonce, cnonce, HA1);
247 http_da_calc_response(soap, &data->context, HA1, data->nonce, ncount, cnonce, qop, method, soap->path, entityHAhex, response);
249 sprintf(soap->tmpbuf, "Digest realm=\"%s\", username=\"%s\", nonce=\"%s\", uri=\"%s\", nc=%s, cnonce=\"%s\", response=\"%s\"", soap->authrealm, soap->userid, data->nonce, soap->path, ncount, cnonce, respons
591 http_da_session_update(const char *realm, const char *nonce, const char *opaque, const char *cnonce, const char *ncount) argument
690 http_da_calc_HA1(struct soap *soap, void **context, char *alg, char *userid, char *realm, char *passwd, char *nonce, char *cnonce, char HA1hex[33]) argument
716 http_da_calc_response(struct soap *soap, void **context, char HA1hex[33], char *nonce, char *ncount, char *cnonce, char *qop, char *method, char *uri, char entityHAhex[33], char response[33]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dhttpda.h129 char *cnonce; /* server-side: client's nonce */ member in struct:http_da_data
H A Dhttpda.c130 static int http_da_session_update(const char *realm, const char *nonce, const char *opaque, const char *cnonce, const char *ncount);
135 static void http_da_calc_HA1(struct soap *soap, void **context, char *alg, char *userid, char *realm, char *passwd, char *nonce, char *cnonce, char HA1hex[33]);
136 static void http_da_calc_response(struct soap *soap, void **context, char HA1hex[33], char *nonce, char *ncount, char *cnonce, char *qop, char *method, char *uri, char entityHAhex[33], char response[33]);
188 ((struct http_da_data*)dst->data)->cnonce = NULL;
221 char cnonce[HTTP_DA_NONCELEN]; local
227 http_da_calc_nonce(soap, cnonce);
228 http_da_calc_HA1(soap, &data->context, data->alg, soap->userid, soap->authrealm, soap->passwd, data->nonce, cnonce, HA1);
247 http_da_calc_response(soap, &data->context, HA1, data->nonce, ncount, cnonce, qop, method, soap->path, entityHAhex, response);
249 sprintf(soap->tmpbuf, "Digest realm=\"%s\", username=\"%s\", nonce=\"%s\", uri=\"%s\", nc=%s, cnonce=\"%s\", response=\"%s\"", soap->authrealm, soap->userid, data->nonce, soap->path, ncount, cnonce, respons
591 http_da_session_update(const char *realm, const char *nonce, const char *opaque, const char *cnonce, const char *ncount) argument
690 http_da_calc_HA1(struct soap *soap, void **context, char *alg, char *userid, char *realm, char *passwd, char *nonce, char *cnonce, char HA1hex[33]) argument
716 http_da_calc_response(struct soap *soap, void **context, char HA1hex[33], char *nonce, char *ncount, char *cnonce, char *qop, char *method, char *uri, char entityHAhex[33], char response[33]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.c144 char cnonce[17]; local
158 ff_data_to_hex(cnonce, (const uint8_t*) cnonce_buf, sizeof(cnonce_buf), 1);
159 cnonce[2*sizeof(cnonce_buf)] = 0;
174 update_md5_strings(md5ctx, A1hash, ":", digest->nonce, ":", cnonce, NULL);
193 update_md5_strings(md5ctx, ":", nc, ":", cnonce, ":", digest->qop, NULL);
213 strlen(digest->opaque) + strlen(digest->qop) + strlen(cnonce) +
236 av_strlcatf(authstr, len, ",cnonce=\"%s\"", cnonce);
H A Drtmpproto.c1609 char cnonce[10]; local
1614 snprintf(cnonce, sizeof(cnonce), "%08x", av_get_random_seed());
1644 av_md5_update(md5, cnonce, strlen(cnonce));
1653 "?authmod=%s&user=%s&nonce=%s&cnonce=%s&nc=%s&response=%s",
1654 "llnw", user, nonce, cnonce, nc, hashstr1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.c718 uint8_t *cnonce; local
729 cnonce = make_base64_string2(cnonce_raw, sizeof(cnonce_raw), &gc);
749 (char *)cnonce,
754 (char *)cnonce,
780 openvpn_snprintf (buf, sizeof(buf), "Proxy-Authorization: Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", qop=%s, nc=%s, cnonce=\"%s\", response=\"%s\"%s",
787 cnonce,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 226 milliseconds