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

/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java241 String QOP,
246 username, password, realm, nonce, QOP, algorithm, opaque);
300 String QOP,
314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
331 if (QOP != null) {
332 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
355 HttpLog.v("computeDigest(): QOP: " + QOP);
358 if (QOP
236 setupDigestAuthResponse(boolean isProxy, String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
296 computeDigestAuthResponse(String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
352 computeDigest( String A1, String A2, String nonce, String QOP, String nc, String cnonce) argument
[all...]

Completed in 55 milliseconds