Home
last modified time | relevance | path

Searched refs:qop (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
DMessagePropTest.java32 int qop= mp.getQOP(); in testGetQOP() local
33 assertEquals(0, qop); in testGetQOP()
38 int qop= mp.getQOP(); in testGetQOP_0() local
39 assertEquals(10, qop); in testGetQOP_0()
45 int qop= mp.getQOP(); in testGetQOP_1() local
46 assertEquals(5, qop); in testGetQOP_1()
52 int qop= mp.getQOP(); in testGetQOP_2() local
53 assertEquals(5, qop); in testGetQOP_2()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java302 String qop = (qopList != null) ? "auth" : null; in getAuthorization() local
310 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed in getAuthorization()
335 if (qop != null) { in getAuthorization()
336 authorization.setQop(qop); in getAuthorization()
369 String qop = (qopList != null) ? "auth" : null; in getAuthorization() local
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed in getAuthorization()
401 if (qop != null) { in getAuthorization()
402 authorization.setQop(qop); in getAuthorization()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationInfo.java189 public void setQop(String qop) throws ParseException { in setQop() argument
190 this.setParameter(ParameterNames.QOP, qop); in setQop()
DAuthenticationHeader.java321 public void setQop(String qop) throws ParseException { in setQop() argument
322 if (qop == null) in setQop()
324 setParameter(ParameterNames.QOP, qop); in setQop()
/external/nist-sip/java/javax/sip/header/
DAuthenticationInfoHeader.java18 void setQop(String qop) throws ParseException; in setQop() argument
DAuthorizationHeader.java25 void setQop(String qop) throws ParseException; in setQop() argument
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java137 String qop = getParameter("qop"); in processChallenge() local
138 if (qop != null) { in processChallenge()
139 StringTokenizer tok = new StringTokenizer(qop,","); in processChallenge()
/external/chromium/net/http/
Dhttp_auth_handler_digest.cc270 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { in QopToString() argument
271 switch (qop) { in QopToString()
Dhttp_auth_handler_digest.h138 static std::string QopToString(QualityOfProtection qop);
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc812 std::string realm, nonce, qop, opaque; in HttpAuthenticate() local
815 bool has_qop = HttpHasAttribute(args, "qop", &qop); in HttpAuthenticate()
831 qop = "auth"; in HttpAuthenticate()
832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop; in HttpAuthenticate()
853 ss << ", qop=" << qop; in HttpAuthenticate()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py465 qop = self.challenge.get('qop', 'auth')
466 self.challenge['qop'] = ('auth' in [x.strip() for x in qop.split()]) and 'auth' or None
468 raise UnimplementedDigestAuthOptionError( _("Unsupported value for qop: %s." % qop))
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c532 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, in qop() function
7261 assign( frD, qop( Iop_MSubF64r32, rm, in dis_fp_multadd()
7268 assign( frD, qop( Iop_MAddF64r32, rm, in dis_fp_multadd()
7276 qop( Iop_MSubF64r32, rm, in dis_fp_multadd()
7284 qop( Iop_MAddF64r32, rm, in dis_fp_multadd()
7299 assign( frD, qop( Iop_MSubF64, rm, in dis_fp_multadd()
7306 assign( frD, qop( Iop_MAddF64, rm, in dis_fp_multadd()
7314 qop( Iop_MSubF64, rm, in dis_fp_multadd()
7322 qop( Iop_MAddF64, rm, in dis_fp_multadd()
9049 qop( mOp, in dis_vxv_dp_arith()
[all …]
Dguest_s390_toIR.c165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) in qop() function
10294 put_fpr_w0(r1, qop(Iop_MAddF32, mkU32(Irrm_NEAREST), in s390_irgen_MAEBR()
10303 put_fpr_dw0(r1, qop(Iop_MAddF64, mkU32(Irrm_NEAREST), in s390_irgen_MADBR()
10314 put_fpr_w0(r1, qop(Iop_MAddF32, mkU32(Irrm_NEAREST), in s390_irgen_MAEB()
10325 put_fpr_dw0(r1, qop(Iop_MAddF64, mkU32(Irrm_NEAREST), in s390_irgen_MADB()
10334 put_fpr_w0(r1, qop(Iop_MSubF32, mkU32(Irrm_NEAREST), in s390_irgen_MSEBR()
10343 put_fpr_dw0(r1, qop(Iop_MSubF64, mkU32(Irrm_NEAREST), in s390_irgen_MSDBR()
10354 put_fpr_w0(r1, qop(Iop_MSubF32, mkU32(Irrm_NEAREST), in s390_irgen_MSEB()
10365 put_fpr_dw0(r1, qop(Iop_MSubF64, mkU32(Irrm_NEAREST), in s390_irgen_MSDB()