Searched refs:qop (Results 1 - 25 of 29) sorted by relevance

12

/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
H A DMessagePropTest.java32 int qop= mp.getQOP();
33 assertEquals(0, qop);
38 int qop= mp.getQOP();
39 assertEquals(10, qop);
45 int qop= mp.getQOP();
46 assertEquals(5, qop);
52 int qop= mp.getQOP();
53 assertEquals(5, qop);
/external/nist-sip/java/javax/sip/header/
H A DAuthenticationInfoHeader.java18 void setQop(String qop) throws ParseException; argument
H A DAuthorizationHeader.java25 void setQop(String qop) throws ParseException; argument
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
302 String qop = (qopList != null) ? "auth" : null;
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;
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/
H A DAuthenticationInfo.java182 * <var>qop</var> parameter value.
184 * @param qop - the new Qop string of this AuthenticationInfoHeader.
189 public void setQop(String qop) throws ParseException { argument
190 this.setParameter(ParameterNames.QOP, qop);
H A DAuthenticationHeader.java34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
36 * RFC3261, BNF element "message-qop" (as opposed to "qop-options",
311 * Sets the Qop value of the WWWAuthenicateHeader to the new <var>qop</var>
314 * @param qop -
321 public void setQop(String qop) throws ParseException { argument
322 if (qop == null)
324 setParameter(ParameterNames.QOP, qop);
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java113 //only support qop equal to auth
484 * @param qop qop-value: "", "auth", "auth-int"
498 String qop, /* qop-value: "", "auth", "auth-int" */
516 if ("auth-int".equals(qop))
529 if (qop.length() > 0)
535 md.update(qop.getBytes("UTF-8"));
578 throw new SaslException("Client only supports qop of 'auth'");
674 digestResponse.append(",qop
493 DigestCalcResponse( char[] HA1, String serverNonce, String nonceCount, String clientNonce, String qop, String method, String digestUri, boolean clientResponseFlag) argument
[all...]
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java113 //only support qop equal to auth
484 * @param qop qop-value: "", "auth", "auth-int"
498 String qop, /* qop-value: "", "auth", "auth-int" */
516 if ("auth-int".equals(qop))
529 if (qop.length() > 0)
535 md.update(qop.getBytes("UTF-8"));
578 throw new SaslException("Client only supports qop of 'auth'");
674 digestResponse.append(",qop
493 DigestCalcResponse( char[] HA1, String serverNonce, String nonceCount, String clientNonce, String qop, String method, String digestUri, boolean clientResponseFlag) argument
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java55 * Currently only qop=auth or no qop is supported. qop=auth-int
136 // qop parsing
137 String qop = getParameter("qop");
138 if (qop != null) {
139 StringTokenizer tok = new StringTokenizer(qop,",");
154 throw new MalformedChallengeException("None of the qop methods is supported");
288 "Unsupported qop i
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler_digest.h138 static std::string QopToString(QualityOfProtection qop);
H A Dhttp_auth_handler_digest.cc27 // 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) { argument
271 switch (qop) {
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_defs.c1052 IRQop *qop = e->Iex.Qop.details; local
1053 ppIROp(qop->op);
1055 ppIRExpr(qop->arg1);
1057 ppIRExpr(qop->arg2);
1059 ppIRExpr(qop->arg3);
1061 ppIRExpr(qop->arg4);
1520 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); local
1521 qop->op = op;
1522 qop->arg1 = arg1;
1523 qop
1934 IRQop* qop = e->Iex.Qop.details; local
3022 IRQop* qop; local
3206 IRQop* qop = expr->Iex.Qop.details; local
3327 IRQop* qop = expr->Iex.Qop.details; local
[all...]
H A Dir_opt.c302 IRQop* qop = ex->Iex.Qop.details; local
305 IRExpr_Qop(qop->op,
306 flatten_Expr(bb, qop->arg1),
307 flatten_Expr(bb, qop->arg2),
308 flatten_Expr(bb, qop->arg3),
309 flatten_Expr(bb, qop->arg4))));
2253 IRQop* qop = ex->Iex.Qop.details; local
2254 vassert(isIRAtom(qop->arg1));
2255 vassert(isIRAtom(qop->arg2));
2256 vassert(isIRAtom(qop
[all...]
H A Dguest_ppc_toIR.c537 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
7497 assign( frD, qop( Iop_MSubF64r32, rm,
7504 assign( frD, qop( Iop_MAddF64r32, rm,
7514 assign( tmp, qop( Iop_MSubF64r32, rm,
7519 assign( tmp, qop( Iop_MAddF64r32, rm,
7541 assign( frD, qop( Iop_MSubF64, rm,
7548 assign( frD, qop( Iop_MAddF64, rm,
7558 assign( tmp, qop( Iop_MSubF64, rm,
7563 assign( tmp, qop( Iop_MAddF64, rm,
12200 qop( mO
[all...]
H A Dguest_s390_toIR.c180 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) function
10386 put_fpr_w0(r1, qop(Iop_MAddF32, mkU32(Irrm_NEAREST),
10395 put_fpr_dw0(r1, qop(Iop_MAddF64, mkU32(Irrm_NEAREST),
10406 put_fpr_w0(r1, qop(Iop_MAddF32, mkU32(Irrm_NEAREST),
10417 put_fpr_dw0(r1, qop(Iop_MAddF64, mkU32(Irrm_NEAREST),
10426 put_fpr_w0(r1, qop(Iop_MSubF32, mkU32(Irrm_NEAREST),
10435 put_fpr_dw0(r1, qop(Iop_MSubF64, mkU32(Irrm_NEAREST),
10446 put_fpr_w0(r1, qop(Iop_MSubF32, mkU32(Irrm_NEAREST),
10457 put_fpr_dw0(r1, qop(Iop_MSubF64, mkU32(Irrm_NEAREST),
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.h137 static std::string QopToString(QualityOfProtection qop);
H A Dhttp_auth_handler_digest.cc29 // qop |algorithm | response |
34 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
37 // qop |algorithm | A1 |
43 // qop |algorithm | A2 |
178 // [qop="<list-of-qop-values>"]
252 } else if (LowerCaseEqualsASCII(name, "qop")) {
254 // auth is the only supported qop, and all other values are ignored.
271 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { argument
272 switch (qop) {
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc689 " 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_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc696 " qop=\"auth,auth-int\","
712 " qop=\"auth\","
819 std::string realm, nonce, qop, opaque; local
822 bool has_qop = HttpHasAttribute(args, "qop", &qop);
838 qop = "auth";
839 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
860 ss << ", qop=" << qop; local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
656 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
711 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
H A Dnv50_ir_build_util.h78 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
656 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
711 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
H A Dnv50_ir_build_util.h78 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py459 """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
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py459 """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
[all...]

Completed in 2434 milliseconds

12