HomeSort by relevance Sort by last modified time
    Searched defs:qop (Results 1 - 19 of 19) 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_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 652 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;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 652 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;
  /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_org/third_party/libjingle/source/talk/base/
httpcommon.cc 696 " 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/valgrind/main/VEX/priv/
ir_defs.c 1052 IRQop *qop = e->Iex.Qop.details; local
1520 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); local
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...]
ir_opt.c 302 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
    [all...]
guest_s390_toIR.c 180 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) function
    [all...]
guest_ppc_toIR.c 537 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 2065 char *user, *uri, *cnonce, *response, *qop, *nc, *nonce; member in struct:ah
    [all...]
  /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 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 974 milliseconds