Searched refs:qop (Results 1 - 25 of 41) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DAuthenticationInfoHeader.java18 void setQop(String qop) throws ParseException; argument
H A DAuthorizationHeader.java25 void setQop(String qop) throws ParseException; argument
/external/curl/lib/vauth/
H A Ddigest.c224 /* Tokenise the list of qop values. Use a temporary clone of the buffer since
262 * qop [in/out] - The buffer where the qop-options will be stored.
263 * qlen [in] - The length of the qop buffer.
271 char *qop, size_t qlen)
309 /* Retrieve qop-options string from the challenge */
310 if(!auth_digest_get_key_value((char *) chlg, "qop=\"", qop, qlen, '\"')) {
376 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; local
391 /* Get the qop
267 auth_decode_digest_md5_message(const char *chlg64, char *nonce, size_t nlen, char *realm, size_t rlen, char *alg, size_t alen, char *qop, size_t qlen) argument
[all...]
H A Dkrb5_gssapi.c225 gss_qop_t qop = GSS_C_QOP_DEFAULT; local
274 /* Decrypt the inbound challenge and obtain the qop */
276 &output_token, NULL, &qop);
H A Dkrb5_sspi.c287 unsigned long qop = 0; local
340 /* Decrypt the inbound challenge and obtain the qop */
341 status = s_pSecFn->DecryptMessage(krb5->context, &input_desc, 0, &qop);
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
302 String qop = (qopList != null) ? "auth" : null;
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;
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
401 if (qop != null) {
402 authorization.setQop(qop);
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java182 * <var>qop</var> parameter value.
184 * @param qop - the new Qop string of this AuthenticationInfoHeader.
189 public void setQop(String qop) throws ParseException { argument
190 this.setParameter(ParameterNames.QOP, qop);
H A DAuthenticationHeader.java34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
36 * RFC3261, BNF element "message-qop" (as opposed to "qop-options",
311 * Sets the Qop value of the WWWAuthenicateHeader to the new <var>qop</var>
314 * @param qop -
321 public void setQop(String qop) throws ParseException { argument
322 if (qop == null)
324 setParameter(ParameterNames.QOP, qop);
/external/libmicrohttpd/src/microhttpd/
H A Ddigestauth.c138 * @param qop qop-value: "", "auth" or "auth-int"
141 * @param hentity H(entity body) if qop="auth-int"
149 const char *qop,
165 if (0 == strcasecmp(qop, "auth-int"))
182 if ('\0' != *qop)
188 MD5Update (&md5, qop, strlen(qop));
573 char qop[15]; /* auth,auth-int */ local
724 (0 == lookup_sub_value (qop, sizeo
145 digest_calc_response(const char *ha1, const char *nonce, const char *noncecount, const char *cnonce, const char *qop, const char *method, const char *uri, const char *hentity, char *response) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp190 int qop = 0, xid = 0; local
194 qop = QUADOP(SUB, SUBR, SUB, SUBR);
198 qop = QUADOP(SUB, SUB, SUBR, SUBR);
210 insn->subOp = qop;
H A Dnv50_ir_build_util.h82 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
H A Dnv50_ir_lowering_nv50.cpp862 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
866 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
919 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); local
922 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.c94 qir_get_op_name(enum qop qop) argument
96 if (qop < ARRAY_SIZE(qir_op_info) && qir_op_info[qop].name)
97 return qir_op_info[qop].name;
542 qir_inst(enum qop op, struct qreg dst, struct qreg src0, struct qreg src1)
H A Dvc4_qir.h102 enum qop { enum
199 enum qop op;
560 struct qinst *qir_inst(enum qop op, struct qreg dst,
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java55 * Currently only qop=auth or no qop is supported. qop=auth-int
141 // qop parsing
142 String qop = getParameter("qop");
143 if (qop != null) {
144 StringTokenizer tok = new StringTokenizer(qop,",");
159 throw new MalformedChallengeException("None of the qop methods is supported");
293 "Unsupported qop i
[all...]
/external/valgrind/VEX/priv/
H A Dir_inject.c45 #define qop(kind, a1, a2, a3, a4) IRExpr_Qop(kind, a1, a2, a3, a4) macro
269 data = qop(iricb.op, rounding_mode, opnd1, opnd2, opnd3);
301 data = qop(iricb.op, opnd1, opnd2, opnd3, opnd4);
H A Dir_defs.c1315 const IRQop *qop = e->Iex.Qop.details; local
1316 ppIROp(qop->op);
1318 ppIRExpr(qop->arg1);
1320 ppIRExpr(qop->arg2);
1322 ppIRExpr(qop->arg3);
1324 ppIRExpr(qop->arg4);
1844 IRQop* qop = LibVEX_Alloc_inline(sizeof(IRQop)); local
1845 qop->op = op;
1846 qop->arg1 = arg1;
1847 qop
2353 const IRQop* qop = e->Iex.Qop.details; local
3736 const IRQop* qop; local
3951 const IRQop* qop = expr->Iex.Qop.details; local
4155 const IRQop* qop = expr->Iex.Qop.details; local
[all...]
H A Dir_opt.c309 IRQop* qop = ex->Iex.Qop.details; local
312 IRExpr_Qop(qop->op,
313 flatten_Expr(bb, qop->arg1),
314 flatten_Expr(bb, qop->arg2),
315 flatten_Expr(bb, qop->arg3),
316 flatten_Expr(bb, qop->arg4))));
2460 IRQop* qop = ex->Iex.Qop.details; local
2461 vassert(isIRAtom(qop->arg1));
2462 vassert(isIRAtom(qop->arg2));
2463 vassert(isIRAtom(qop
[all...]
H A Dhost_ppc_isel.c4753 IRQop *qop = e->Iex.Qop.details; local
4755 switch (qop->op) {
4757 if (FPU_rounding_mode_isOdd(qop->arg1)) {
4761 set_FPU_rounding_mode( env, qop->arg1, IEndianess );
4765 if (FPU_rounding_mode_isOdd(qop->arg1)) {
4769 set_FPU_rounding_mode( env, qop->arg1, IEndianess );
4773 if (FPU_rounding_mode_isOdd(qop->arg1)) {
4777 set_FPU_rounding_mode( env, qop->arg1, IEndianess );
4781 if (FPU_rounding_mode_isOdd(qop->arg1)) {
4785 set_FPU_rounding_mode( env, qop
[all...]
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc687 " qop=\"auth,auth-int\","
703 " qop=\"auth\","
810 std::string realm, nonce, qop, opaque; local
813 bool has_qop = HttpHasAttribute(args, "qop", &qop);
829 qop = "auth";
830 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
851 ss << ", qop=" << qop; local
/external/python/cpython2/Lib/
H A Durllib2.py951 # XXX qop="auth-int" supports is shaky
1008 qop = chal.get('qop')
1034 if qop == 'auth':
1043 noncebit = "%s:%s:%s:%s:%s" % (nonce, ncvalue, cnonce, qop, H(A2))
1045 elif qop is None:
1049 raise URLError("qop '%s' is not supported." % qop)
1061 if qop:
1062 base += ', qop
[all...]
/external/curl/lib/
H A Dsocks_sspi.c85 unsigned long qop; local
551 &qop);
/external/python/cpython3/Lib/urllib/
H A Drequest.py1060 # XXX qop="auth-int" supports is shaky
1121 qop = chal.get('qop')
1147 if qop == 'auth':
1155 noncebit = "%s:%s:%s:%s:%s" % (nonce, ncvalue, cnonce, qop, H(A2))
1157 elif qop is None:
1161 raise URLError("qop '%s' is not supported." % qop)
1173 if qop:
1174 base += ', qop
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_urllib2_localnet.py132 def set_qop(self, qop):
133 self._qop = qop
178 "%(cnonce)s:%(qop)s:%(HA2)s" % final_dict
188 'qop="%s",'
/external/python/cpython3/Lib/test/
H A Dtest_urllib2_localnet.py91 def set_qop(self, qop):
92 self._qop = qop
137 "%(cnonce)s:%(qop)s:%(HA2)s" % final_dict
147 'qop="%s",'

Completed in 904 milliseconds

12