HomeSort by relevance Sort by last modified time
    Searched defs:cnonce (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 110 private String cnonce; field in class:DigestScheme
161 // Reset cnonce
162 this.cnonce = null;
204 if (this.cnonce == null) {
205 this.cnonce = createCnonce();
207 return this.cnonce;
315 // ":" unq(cnonce-value)
317 String cnonce = getCnonce(); local
320 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2);
325 tmp3.append(cnonce);
354 String cnonce = getCnonce(); local
480 String cnonce; local
    [all...]
  /external/curl/lib/vauth/
digest.c 347 char cnonce[33]; local
382 snprintf(cnonce, sizeof(cnonce), "%08x%08x%08x%08x",
409 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
410 curlx_uztoui(strlen(cnonce)));
457 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
458 curlx_uztoui(strlen(cnonce)));
472 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s,"
475 cnonce, nonceCount, spn, resp_hash_hex, qop);
663 char *cnonce = NULL local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 95 * @param cnonce A `char *' pointer to the cnonce value
104 const char *cnonce,
124 MD5Update (&md5, cnonce, strlen (cnonce));
137 * @param cnonce client nonce
148 const char *cnonce,
186 MD5Update (&md5, cnonce, strlen(cnonce));
572 char cnonce[MAX_NONCE_LENGTH] local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 304 String cnonce = "xyz"; local
309 cnonce, // JvB added
337 authorization.setCNonce(cnonce);
371 String cnonce = "xyz"; local
375 cnonce, // JvB added
403 authorization.setCNonce(cnonce);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPRequest.java 107 byte[] cnonce = new byte[16];
109 prng.nextBytes(cnonce);
118 * response = KD ( H(A1), unq(nonce-value) ":" nc-value ":" unq(cnonce-value) ":"
132 String cNonceString = bytesToHex(cnonce);
146 .append("cnonce=\"").append(cNonceString).append("\", ")
268 // cnonce="NzA3NDk0"
274 String cnonce = "NzA3NDk0"; local
279 /*new String(Base64.getDecoder().decode(cnonce), StandardCharsets.ISO_8859_1)*/
280 cnonce, "00000001", "auth", "2c485d24076452e712b77f4e70776463");
284 String nonce, String cnonce, String nc, String qop, String expect
    [all...]
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 325 String cnonce = computeCnonce(); local
326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
374 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
438 * Computes a random cnonce value based on the current time.
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DigestMd5Utils.java 46 private static final String DIGEST_CNONCE = "cnonce";
64 public String cnonce; field in class:DigestMd5Utils.Data
78 cnonce = createCnonce();
115 .appendQuoted(DIGEST_CNONCE, cnonce)
153 cnonce-value, ":", qop-value, ":", toHex(getMd5(a2)) }))
164 a1.append(":").append(data.nonce).append(":").append(data.cnonce);
179 + data.cnonce
  /external/webrtc/webrtc/base/
httpcommon.cc 798 std::string cnonce, ncount; local
802 cnonce = DIGEST_CNONCE;
806 cnonce = MD5(buffer);
830 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
853 ss << ", cnonce=" << quote(cnonce);
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/caliper/lib/
jersey-client-1.11.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 330 milliseconds

1 2