Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Ddigest.py106 path, nonce, nc, cnonce, qop): argument
114 if qop:
115 chk = "%s:%s:%s:%s:%s:%s" % (ha1, nonce, nc, cnonce, qop, ha2)
153 qop = amap.get('qop', '')
156 if qop:
157 assert 'auth' == qop
163 nonce, nc, cnonce, qop)
/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/valgrind/VEX/priv/
Dir_defs.c1288 const IRQop *qop = e->Iex.Qop.details; in ppIRExpr() local
1289 ppIROp(qop->op); in ppIRExpr()
1291 ppIRExpr(qop->arg1); in ppIRExpr()
1293 ppIRExpr(qop->arg2); in ppIRExpr()
1295 ppIRExpr(qop->arg3); in ppIRExpr()
1297 ppIRExpr(qop->arg4); in ppIRExpr()
1814 IRQop* qop = LibVEX_Alloc_inline(sizeof(IRQop)); in IRExpr_Qop() local
1815 qop->op = op; in IRExpr_Qop()
1816 qop->arg1 = arg1; in IRExpr_Qop()
1817 qop->arg2 = arg2; in IRExpr_Qop()
[all …]
Dir_inject.c44 #define qop(kind, a1, a2, a3, a4) IRExpr_Qop(kind, a1, a2, a3, a4) macro
232 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3); in vex_inject_ir()
243 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4); in vex_inject_ir()
Dir_opt.c309 IRQop* qop = ex->Iex.Qop.details; in flatten_Expr() local
312 IRExpr_Qop(qop->op, in flatten_Expr()
313 flatten_Expr(bb, qop->arg1), in flatten_Expr()
314 flatten_Expr(bb, qop->arg2), in flatten_Expr()
315 flatten_Expr(bb, qop->arg3), in flatten_Expr()
316 flatten_Expr(bb, qop->arg4)))); in flatten_Expr()
2457 IRQop* qop = ex->Iex.Qop.details; in subst_Expr() local
2458 vassert(isIRAtom(qop->arg1)); in subst_Expr()
2459 vassert(isIRAtom(qop->arg2)); in subst_Expr()
2460 vassert(isIRAtom(qop->arg3)); in subst_Expr()
[all …]
Dhost_amd64_isel.c2660 IRQop *qop = e->Iex.Qop.details; in iselFltExpr_wrk() local
2662 HReg argX = iselFltExpr(env, qop->arg2); in iselFltExpr_wrk()
2663 HReg argY = iselFltExpr(env, qop->arg3); in iselFltExpr_wrk()
2664 HReg argZ = iselFltExpr(env, qop->arg4); in iselFltExpr_wrk()
2839 IRQop *qop = e->Iex.Qop.details; in iselDblExpr_wrk() local
2841 HReg argX = iselDblExpr(env, qop->arg2); in iselDblExpr_wrk()
2842 HReg argY = iselDblExpr(env, qop->arg3); in iselDblExpr_wrk()
2843 HReg argZ = iselDblExpr(env, qop->arg4); in iselDblExpr_wrk()
Dguest_arm64_toIR.c7942 IROp qop = mkVecQSHLNSATUU(size); in math_QSHL_IMM() local
7943 assign(*res, binop(qop, mkexpr(src), mkU8(shift))); in math_QSHL_IMM()
7962 IROp qop = mkVecQSHLNSATSS(size); in math_QSHL_IMM() local
7963 assign(*res, binop(qop, mkexpr(src), mkU8(shift))); in math_QSHL_IMM()
7990 IROp qop = mkVecQSHLNSATSU(size); in math_QSHL_IMM() local
7991 assign(*res, binop(qop, mkexpr(src), mkU8(shift))); in math_QSHL_IMM()
9537 IROp qop = Iop_INVALID; in dis_AdvSIMD_scalar_three_same() local
9540 qop = isU ? mkVecQADDU(size) : mkVecQADDS(size); in dis_AdvSIMD_scalar_three_same()
9543 qop = isU ? mkVecQSUBU(size) : mkVecQSUBS(size); in dis_AdvSIMD_scalar_three_same()
9553 size, binop(qop, mkexpr(argL), mkexpr(argR))))); in dis_AdvSIMD_scalar_three_same()
[all …]
Dguest_ppc_toIR.c610 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, in qop() function
8288 assign( frD, qop( Iop_MSubF64r32, rm, in dis_fp_multadd()
8295 assign( frD, qop( Iop_MAddF64r32, rm, in dis_fp_multadd()
8305 assign( tmp, qop( Iop_MSubF64r32, rm, in dis_fp_multadd()
8310 assign( tmp, qop( Iop_MAddF64r32, rm, in dis_fp_multadd()
8332 assign( frD, qop( Iop_MSubF64, rm, in dis_fp_multadd()
8339 assign( frD, qop( Iop_MAddF64, rm, in dis_fp_multadd()
8349 assign( tmp, qop( Iop_MSubF64, rm, in dis_fp_multadd()
8354 assign( tmp, qop( Iop_MAddF64, rm, in dis_fp_multadd()
13150 qop( mOp, in dis_vxv_dp_arith()
[all …]
Dguest_mips_toIR.c894 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3, in qop() function
13694 assign(t1, qop(Iop_MAddF32, rm, in disInstr_MIPS_WRK()
13704 putDReg(fd, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13712 assign(t1, qop(Iop_MSubF32, rm, in disInstr_MIPS_WRK()
13722 putDReg(fd, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13730 assign(t1, qop(Iop_MAddF32, rm, in disInstr_MIPS_WRK()
13742 assign(t1, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13751 assign(t1, qop(Iop_MSubF32, rm, in disInstr_MIPS_WRK()
13763 assign(t1, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
Dguest_s390_toIR.c175 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) in qop() function
12514 put_fpr_w0(r1, qop(Iop_MAddF32, mkexpr(rounding_mode), in s390_irgen_MAEBR()
12525 put_fpr_dw0(r1, qop(Iop_MAddF64, mkexpr(rounding_mode), in s390_irgen_MADBR()
12537 put_fpr_w0(r1, qop(Iop_MAddF32, mkexpr(rounding_mode), in s390_irgen_MAEB()
12549 put_fpr_dw0(r1, qop(Iop_MAddF64, mkexpr(rounding_mode), in s390_irgen_MADB()
12560 put_fpr_w0(r1, qop(Iop_MSubF32, mkexpr(rounding_mode), in s390_irgen_MSEBR()
12571 put_fpr_dw0(r1, qop(Iop_MSubF64, mkexpr(rounding_mode), in s390_irgen_MSDBR()
12583 put_fpr_w0(r1, qop(Iop_MSubF32, mkexpr(rounding_mode), in s390_irgen_MSEB()
12595 put_fpr_dw0(r1, qop(Iop_MSubF64, mkexpr(rounding_mode), in s390_irgen_MSDB()
/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.java142 String qop = getParameter("qop"); in processChallenge() local
143 if (qop != null) { in processChallenge()
144 StringTokenizer tok = new StringTokenizer(qop,","); in processChallenge()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDigestAuthenticator.java208 digest.qop = tok; in validateRequest()
329 String qop = ""; field in DigestAuthenticator.Digest
390 md.update(qop.getBytes(StringUtil.__ISO_8859_1)); in check()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local
656 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0; in handleTXB()
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local
711 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0; in handleTXL()
Dnv50_ir_build_util.h78 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jetty/
DVERSION.txt3999 + DIGEST auth handles qop, stale and maxNonceAge.
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace294553 �� qop����