Home
last modified time | relevance | path

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

12

/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/curl/lib/
Dsocks_sspi.c85 unsigned long qop; in Curl_SOCKS5_gssapi_negotiate() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp190 int qop = 0, xid = 0; in handleDFDX() local
Dnv50_ir_lowering_nv50.cpp862 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/
Dkrb5_gssapi.c225 gss_qop_t qop = GSS_C_QOP_DEFAULT; in Curl_auth_create_gssapi_security_message() local
Ddigest.c260 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
Dkrb5_sspi.c287 unsigned long qop = 0; in Curl_auth_create_gssapi_security_message() local
/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c149 const char *qop, in digest_calc_response()
573 char qop[15]; /* auth,auth-int */ in MHD_digest_auth_check() local
/external/valgrind/VEX/priv/
Dir_inject.c45 #define qop(kind, a1, a2, a3, a4) IRExpr_Qop(kind, a1, a2, a3, a4) macro
Dir_defs.c1315 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
Dhost_amd64_isel.c2660 IRQop *qop = e->Iex.Qop.details; in iselFltExpr_wrk() local
2839 IRQop *qop = e->Iex.Qop.details; in iselDblExpr_wrk() local
Dir_opt.c309 IRQop* qop = ex->Iex.Qop.details; in flatten_Expr() local
2460 IRQop* qop = ex->Iex.Qop.details; in subst_Expr() local
Dguest_arm64_toIR.c8299 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
Dguest_mips_toIR.c897 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3, in qop() function
Dhost_ppc_isel.c4753 IRQop *qop = e->Iex.Qop.details; in iselFp128Expr_wrk() local
Dguest_ppc_toIR.c633 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, in qop() function
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java142 String qop = getParameter("qop"); in processChallenge() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c94 qir_get_op_name(enum qop qop) in qir_get_op_name()
Dvc4_qir.h102 enum qop { enum
/external/python/cpython2/Lib/test/
Dtest_urllib2_localnet.py132 def set_qop(self, qop): argument
/external/webrtc/webrtc/base/
Dhttpcommon.cc810 std::string realm, nonce, qop, opaque; in HttpAuthenticate() local

12