HomeSort by relevance Sort by last modified time
    Searched defs:qop (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/curl/lib/vauth/
krb5_gssapi.c 225 gss_qop_t qop = GSS_C_QOP_DEFAULT; local
274 /* Decrypt the inbound challenge and obtain the qop */
276 &output_token, NULL, &qop);
krb5_sspi.c 287 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);
digest.c 224 /* 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-values from the qop-options *
    [all...]
  /external/valgrind/VEX/priv/
ir_inject.c 45 #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);
ir_defs.c 1315 const IRQop *qop = e->Iex.Qop.details; local
1844 IRQop* qop = LibVEX_Alloc_inline(sizeof(IRQop)); local
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...]
guest_mips_toIR.c 897 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3, function
    [all...]
host_amd64_isel.c 2660 IRQop *qop = e->Iex.Qop.details; local
2839 IRQop *qop = e->Iex.Qop.details; local
    [all...]
host_ppc_isel.c 4753 IRQop *qop = e->Iex.Qop.details; local
    [all...]
ir_opt.c 309 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
    [all...]
guest_arm64_toIR.c 8299 IROp qop = mkVecQSHLNSATUU(size); local
8319 IROp qop = mkVecQSHLNSATSS(size); local
8347 IROp qop = mkVecQSHLNSATSU(size); local
9894 IROp qop = Iop_INVALID; local
10200 IROp qop = isUSQADD ? mkVecQADDEXTSUSATUU(size) local
11523 IROp qop = Iop_INVALID; local
12272 IROp qop = isUSQADD ? mkVecQADDEXTSUSATUU(size) local
    [all...]
guest_s390_toIR.c 175 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) function
    [all...]
guest_ppc_toIR.c 633 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2, function
    [all...]
  /external/curl/lib/
socks_sspi.c 85 unsigned long qop; local
551 &qop);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 190 int qop = 0, xid = 0; local
194 qop = QUADOP(SUB, SUBR, SUB, SUBR);
198 qop = QUADOP(SUB, SUB, SUBR, SUBR);
210 insn->subOp = qop;
nv50_ir_lowering_nv50.cpp 862 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;
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 55 * Currently only qop=auth or no qop is supported. qop=auth-int
141 // qop parsing
142 String qop = getParameter("qop"); local
143 if (qop != null) {
144 StringTokenizer tok = new StringTokenizer(qop,",");
159 throw new MalformedChallengeException("None of the qop methods is supported");
293 "Unsupported qop in HTTP Digest authentication");
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 138 * @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, sizeof (qop), header, "qop")) |
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 299 // JvB: authHeader.getQop() is a quoted _list_ of qop values
302 String qop = (qopList != null) ? "auth" : null; local
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; local
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
401 if (qop != null) {
402 authorization.setQop(qop);
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DigestMd5Utils.java 49 private static final String DIGEST_QOP = "qop";
66 public String qop; field in class:DigestMd5Utils.Data
80 qop = "auth"; // Other config not supported
118 .append(DIGEST_QOP, qop);
153 cnonce-value, ":", qop-value, ":", toHex(getMd5(a2)) }))
181 + data.qop
  /external/webrtc/webrtc/base/
httpcommon.cc 687 " 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/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 102 enum qop { enum
199 enum qop op;
560 struct qinst *qir_inst(enum qop op, struct qreg dst,
  /external/caliper/lib/
jersey-client-1.11.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 

Completed in 597 milliseconds

1 2 3