Home
last modified time | relevance | path

Searched refs:cnonce (Results 1 – 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java110 private String cnonce; field in DigestScheme
162 this.cnonce = null; in processChallenge()
204 if (this.cnonce == null) { in getCnonce()
205 this.cnonce = createCnonce(); in getCnonce()
207 return this.cnonce; in getCnonce()
317 String cnonce = getCnonce(); in createDigest() local
320 … StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2); in createDigest()
325 tmp3.append(cnonce); in createDigest()
354 String cnonce = getCnonce(); in createDigest() local
357 + NC.length() + cnonce.length() + qopOption.length() + md5a2.length() + 5); in createDigest()
[all …]
/external/jetty/src/java/org/eclipse/jetty/client/security/
DDigestAuthentication.java59 String cnonce = newCnonce(exchange, securityRealm, details); in setCredentials() local
61 buffer.append(", ").append("response").append('=').append('"').append(newResponse(cnonce, in setCredentials()
69 buffer.append(", ").append("cnonce").append('=').append('"').append(cnonce).append('"'); in setCredentials()
75 …protected String newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map detail… in newResponse() argument
100 md.update(cnonce.getBytes(StringUtil.__ISO_8859_1)); in newResponse()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Ddigest.py106 path, nonce, nc, cnonce, qop): argument
115 chk = "%s:%s:%s:%s:%s:%s" % (ha1, nonce, nc, cnonce, qop, ha2)
154 cnonce = amap.get('cnonce', '')
163 nonce, nc, cnonce, qop)
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java304 String cnonce = "xyz"; in getAuthorization() local
309 cnonce, // JvB added in getAuthorization()
337 authorization.setCNonce(cnonce); in getAuthorization()
371 String cnonce = "xyz"; in getAuthorization() local
375 cnonce, // JvB added in getAuthorization()
403 authorization.setCNonce(cnonce); in getAuthorization()
/external/apache-http/android/src/android/net/http/
DRequestHandle.java325 String cnonce = computeCnonce(); in computeDigestAuthResponse() local
326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce); in computeDigestAuthResponse()
344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce); in computeDigestAuthResponse()
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { in computeDigest() argument
374 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2)); in computeDigest()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDigestAuthenticator.java206 digest.cnonce = tok; in validateRequest()
328 String cnonce = ""; field in DigestAuthenticator.Digest
388 md.update(cnonce.getBytes(StringUtil.__ISO_8859_1)); in check()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java423 public void setCNonce(String cnonce) throws ParseException { in setCNonce() argument
424 this.setParameter(ParameterNames.CNONCE, cnonce); in setCNonce()
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...