/external/nist-sip/java/javax/sip/header/ |
D | AuthenticationInfoHeader.java | 18 void setQop(String qop) throws ParseException; in setQop()
|
D | AuthorizationHeader.java | 25 void setQop(String qop) throws ParseException; in setQop()
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | AuthenticationHelperImpl.java | 302 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/ |
D | AuthenticationInfo.java | 189 public void setQop(String qop) throws ParseException { in setQop()
|
D | AuthenticationHeader.java | 321 public void setQop(String qop) throws ParseException { in setQop()
|
/external/curl/lib/ |
D | socks_sspi.c | 85 unsigned long qop; in Curl_SOCKS5_gssapi_negotiate() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 190 int qop = 0, xid = 0; in handleDFDX() local
|
D | nv50_ir_lowering_nv50.cpp | 862 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local 919 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local
|
/external/curl/lib/vauth/ |
D | krb5_gssapi.c | 225 gss_qop_t qop = GSS_C_QOP_DEFAULT; in Curl_auth_create_gssapi_security_message() local
|
D | digest.c | 260 char *qop, size_t qlen) in auth_decode_digest_md5_message() 366 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message() local
|
D | krb5_sspi.c | 287 unsigned long qop = 0; in Curl_auth_create_gssapi_security_message() local
|
/external/libmicrohttpd/src/microhttpd/ |
D | digestauth.c | 149 const char *qop, in digest_calc_response() 573 char qop[15]; /* auth,auth-int */ in MHD_digest_auth_check() local
|
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 45 #define qop(kind, a1, a2, a3, a4) IRExpr_Qop(kind, a1, a2, a3, a4) macro
|
D | ir_defs.c | 1315 const IRQop *qop = e->Iex.Qop.details; in ppIRExpr() local 1844 IRQop* qop = LibVEX_Alloc_inline(sizeof(IRQop)); in IRExpr_Qop() local 2353 const IRQop* qop = e->Iex.Qop.details; in deepCopyIRExpr() local 3736 const IRQop* qop; in isFlatIRStmt() local 3951 const IRQop* qop = expr->Iex.Qop.details; in useBeforeDef_Expr() local 4155 const IRQop* qop = expr->Iex.Qop.details; in tcExpr() local
|
D | host_amd64_isel.c | 2660 IRQop *qop = e->Iex.Qop.details; in iselFltExpr_wrk() local 2839 IRQop *qop = e->Iex.Qop.details; in iselDblExpr_wrk() local
|
D | ir_opt.c | 309 IRQop* qop = ex->Iex.Qop.details; in flatten_Expr() local 2460 IRQop* qop = ex->Iex.Qop.details; in subst_Expr() local
|
D | guest_arm64_toIR.c | 8299 IROp qop = mkVecQSHLNSATUU(size); in math_QSHL_IMM() local 8319 IROp qop = mkVecQSHLNSATSS(size); in math_QSHL_IMM() local 8347 IROp qop = mkVecQSHLNSATSU(size); in math_QSHL_IMM() local 9894 IROp qop = Iop_INVALID; in dis_AdvSIMD_scalar_three_same() local 10200 IROp qop = isUSQADD ? mkVecQADDEXTSUSATUU(size) in dis_AdvSIMD_scalar_two_reg_misc() local 11523 IROp qop = Iop_INVALID; in dis_AdvSIMD_three_same() local 12272 IROp qop = isUSQADD ? mkVecQADDEXTSUSATUU(size) in dis_AdvSIMD_two_reg_misc() local
|
D | guest_mips_toIR.c | 897 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3, in qop() function
|
D | host_ppc_isel.c | 4753 IRQop *qop = e->Iex.Qop.details; in iselFp128Expr_wrk() local
|
D | guest_ppc_toIR.c | 633 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, in qop() function
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | DigestScheme.java | 142 String qop = getParameter("qop"); in processChallenge() local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.c | 94 qir_get_op_name(enum qop qop) in qir_get_op_name()
|
D | vc4_qir.h | 102 enum qop { enum
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2_localnet.py | 132 def set_qop(self, qop): argument
|
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 810 std::string realm, nonce, qop, opaque; in HttpAuthenticate() local
|