Home
last modified time | relevance | path

Searched defs:qop (Results 1 – 19 of 19) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
DMessagePropTest.java32 int qop= mp.getQOP(); in testGetQOP() local
38 int qop= mp.getQOP(); in testGetQOP_0() local
45 int qop= mp.getQOP(); in testGetQOP_1() local
52 int qop= mp.getQOP(); in testGetQOP_2() local
/external/nist-sip/java/javax/sip/header/
DAuthenticationInfoHeader.java18 void setQop(String qop) throws ParseException; in setQop()
DAuthorizationHeader.java25 void setQop(String qop) throws ParseException; in setQop()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java302 String qop = (qopList != null) ? "auth" : null; in getAuthorization() local
369 String qop = (qopList != null) ? "auth" : null; in getAuthorization() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationInfo.java189 public void setQop(String qop) throws ParseException { in setQop()
DAuthenticationHeader.java321 public void setQop(String qop) throws ParseException { in setQop()
/external/valgrind/main/VEX/priv/
Dir_defs.c1052 IRQop *qop = e->Iex.Qop.details; in ppIRExpr() local
1520 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); in IRExpr_Qop() local
1934 IRQop* qop = e->Iex.Qop.details; in deepCopyIRExpr() local
3022 IRQop* qop; in isFlatIRStmt() local
3206 IRQop* qop = expr->Iex.Qop.details; in useBeforeDef_Expr() local
3327 IRQop* qop = expr->Iex.Qop.details; in tcExpr() local
Dir_opt.c302 IRQop* qop = ex->Iex.Qop.details; in flatten_Expr() local
2253 IRQop* qop = ex->Iex.Qop.details; in subst_Expr() local
Dguest_ppc_toIR.c537 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, in qop() function
Dguest_s390_toIR.c180 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) in qop() function
/external/chromium_org/net/http/
Dhttp_auth_handler_digest.cc271 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { in QopToString()
/external/chromium/net/http/
Dhttp_auth_handler_digest.cc270 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { in QopToString()
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java137 String qop = getParameter("qop"); in processChallenge() local
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DDigestMD5SaslClient.java498 String qop, /* qop-value: "", "auth", "auth-int" */ in DigestCalcResponse()
/external/smack/src/com/novell/sasl/client/
DDigestMD5SaslClient.java498 String qop, /* qop-value: "", "auth", "auth-int" */ in DigestCalcResponse()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp652 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local
708 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local
/external/chromium_org/third_party/libjingle/source/talk/base/
Dhttpcommon.cc819 std::string realm, nonce, qop, opaque; in HttpAuthenticate() local
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc812 std::string realm, nonce, qop, opaque; in HttpAuthenticate() local