HomeSort by relevance Sort by last modified time
    Searched refs:qop (Results 1 - 17 of 17) 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/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java 18 void setQop(String qop) throws ParseException;
AuthorizationHeader.java 25 void setQop(String qop) throws ParseException;
  /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/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 127 return this.getParameter(ParameterNames.QOP);
181 /** Sets the Qop value of the AuthenticationInfoHeader to the new
182 * <var>qop</var> parameter value.
184 * @param qop - the new Qop string of this AuthenticationInfoHeader.
186 * unexpectedly while parsing the Qop value.
189 public void setQop(String qop) throws ParseException {
190 this.setParameter(ParameterNames.QOP, qop);
213 if (name.equalsIgnoreCase(ParameterNames.QOP)
    [all...]
AuthenticationHeader.java 34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
36 * RFC3261, BNF element "message-qop" (as opposed to "qop-options",
60 public static final String QOP = ParameterNames.QOP;
109 if (name.equalsIgnoreCase(ParameterNames.QOP)
123 && name.equalsIgnoreCase(ParameterNames.QOP)) {
124 // NOP, QOP not quoted in authorization headers
311 * Sets the Qop value of the WWWAuthenicateHeader to the new <var>qop</var
    [all...]
  /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/chromium/net/http/
http_auth_handler_digest.h 138 static std::string QopToString(QualityOfProtection qop);
http_auth_handler_digest.cc 27 // qop |algorithm | response |
32 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
35 // qop |algorithm | A1 |
41 // qop |algorithm | A2 |
181 // [qop="<list-of-qop-values>"]
251 } else if (LowerCaseEqualsASCII(name, "qop")) {
253 // auth is the only supported qop, and all other values are ignored.
270 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) {
271 switch (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
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 459 """Only do qop='auth' and MD5, since that
465 qop = self.challenge.get('qop', 'auth')
466 self.challenge['qop'] = ('auth' in [x.strip() for x in qop.split()]) and 'auth' or None
467 if self.challenge['qop'] is None:
468 raise UnimplementedDigestAuthOptionError( _("Unsupported value for qop: %s." % qop))
484 self.challenge['qop'], H(A2)
486 headers['Authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' %
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 532 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
    [all...]
guest_s390_toIR.c 165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) function
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.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 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 3298 milliseconds