Searched defs:cnonce (Results 1 - 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java110 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();
320 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2);
325 tmp3.append(cnonce);
[all...]
/external/apache-http/android/src/android/net/http/
H A DRequestHandle.java325 String cnonce = computeCnonce();
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.
364 computeDigest( String A1, String A2, String nonce, String QOP, String nc, String cnonce) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java420 * @param cnonce --
423 public void setCNonce(String cnonce) throws ParseException { argument
424 this.setParameter(ParameterNames.CNONCE, cnonce);
430 * @return the cnonce value.
/external/curl/lib/vauth/
H A Ddigest.c373 char cnonce[33]; local
401 result = Curl_rand_hex(data, (unsigned char *)cnonce, sizeof(cnonce));
429 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
430 curlx_uztoui(strlen(cnonce)));
477 Curl_MD5_update(ctxt, (const unsigned char *) cnonce,
478 curlx_uztoui(strlen(cnonce)));
492 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s,"
495 cnonce, nonceCount, spn, resp_hash_hex, qop);
700 char *cnonce local
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Ddigestauth.c95 * @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_LENGT local
99 digest_calc_ha1(const char *alg, const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, char *sessionkey) argument
145 digest_calc_response(const char *ha1, const char *nonce, const char *noncecount, const char *cnonce, const char *qop, const char *method, const char *uri, const char *hentity, char *response) argument
[all...]
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc798 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/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 307 milliseconds