HomeSort by relevance Sort by last modified time
    Searched defs:qop (Results 1 - 7 of 7) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
MessagePropTest.java 32 int qop= mp.getQOP(); local
33 assertEquals(0, qop);
38 int qop= mp.getQOP(); local
39 assertEquals(10, qop);
45 int qop= mp.getQOP(); local
46 assertEquals(5, qop);
52 int qop= mp.getQOP(); local
53 assertEquals(5, qop);
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 55 * Currently only qop=auth or no qop is supported. qop=auth-int
136 // qop parsing
137 String qop = getParameter("qop"); local
138 if (qop != null) {
139 StringTokenizer tok = new StringTokenizer(qop,",");
154 throw new MalformedChallengeException("None of the qop methods is supported");
288 "Unsupported qop in HTTP Digest authentication");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
302 String qop = (qopList != null) ? "auth" : null; local
310 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
335 if (qop != null) {
336 authorization.setQop(qop);
366 // JvB: authHeader.getQop() is a quoted _list_ of qop values
369 String qop = (qopList != null) ? "auth" : null; local
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
401 if (qop != null) {
402 authorization.setQop(qop);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 689 " qop=\"auth,auth-int\","
705 " qop=\"auth\","
812 std::string realm, nonce, qop, opaque; local
815 bool has_qop = HttpHasAttribute(args, "qop", &qop);
831 qop = "auth";
832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
853 ss << ", qop=" << qop; local
  /frameworks/base/core/java/android/webkit/
LoadListener.java 878 String qop = mAuthHeader.getQop(); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 478 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
    [all...]
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 325 milliseconds