/third_party/ffmpeg/libavformat/ |
D | httpauth.c | 58 *dest = digest->qop; in handle_digest_params() 59 *dest_len = sizeof(digest->qop); in handle_digest_params() 77 static void choose_qop(char *qop, int size) in choose_qop() argument 79 char *ptr = strstr(qop, "auth"); in choose_qop() 83 (ptr == qop || av_isspace(ptr[-1]) || ptr[-1] == ',')) { in choose_qop() 84 av_strlcpy(qop, "auth", size); in choose_qop() 86 qop[0] = 0; in choose_qop() 110 choose_qop(state->digest_params.qop, in ff_http_auth_handle_header() 111 sizeof(state->digest_params.qop)); in ff_http_auth_handle_header() 188 if (!strcmp(digest->qop, "auth") || !strcmp(digest->qop, "auth-int")) { in make_digest_auth() [all …]
|
D | httpauth.h | 38 char qop[30]; /**< Quality of protection, containing the one member
|
D | rtmpproto.c | 1652 const char *qop = "auth"; in do_llnw_auth() local 1689 av_md5_update(md5, qop, strlen(qop)); in do_llnw_auth()
|
/third_party/curl/lib/vauth/ |
D | digest.c | 275 char *qop, size_t qlen) in auth_decode_digest_md5_message() argument 298 if(!auth_digest_get_key_value(chlg, "qop=\"", qop, qlen, '\"')) in auth_decode_digest_md5_message() 357 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message() local 464 Curl_MD5_update(ctxt, (const unsigned char *) qop, in Curl_auth_create_digest_md5_message() 465 curlx_uztoui(strlen(qop))); in Curl_auth_create_digest_md5_message() 479 cnonce, nonceCount, spn, resp_hash_hex, qop); in Curl_auth_create_digest_md5_message() 578 free(digest->qop); in Curl_auth_decode_digest_http_message() 579 digest->qop = strdup(DIGEST_QOP_VALUE_STRING_AUTH); in Curl_auth_decode_digest_http_message() 580 if(!digest->qop) in Curl_auth_decode_digest_http_message() 584 free(digest->qop); in Curl_auth_decode_digest_http_message() [all …]
|
D | krb5_gssapi.c | 197 gss_qop_t qop = GSS_C_QOP_DEFAULT; in Curl_auth_create_gssapi_security_message() local 213 &output_token, NULL, &qop); in Curl_auth_create_gssapi_security_message()
|
D | krb5_sspi.c | 268 unsigned long qop = 0; in Curl_auth_create_gssapi_security_message() local 307 status = s_pSecFn->DecryptMessage(krb5->context, &input_desc, 0, &qop); in Curl_auth_create_gssapi_security_message()
|
/third_party/curl/tests/data/ |
D | test1286 | 16 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", qop="auth" 40 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", qop="auth" 86 # - Remove quotes from qop="auth" used by SSPI 89 …0-9+\/=]+"$/$1REMOVED/; s/^(response=)"[a-f0-9]{32}"$/$1REMOVED/; s/^qop="auth"$/qop=auth/; $_ } s… 99 Authorization: Digest cnonce=REMOVED, nc=00000001, nonce="1053604144", qop=auth, realm="testrealm",… 105 Authorization: Digest cnonce=REMOVED, nc=00000002, nonce="1053604144", qop=auth, realm="testrealm",…
|
D | test388 | 52 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="crazy, … 81 HTTP with Digest and multiple qop values with leading space 118 … nonce="999999", uri="/%TESTNUMBER0002", cnonce="MTA4MzIy", nc="00000001", qop="auth", response="2… 144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="crazy, …
|
D | test153 | 52 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth" 118 … nonce="999999", uri="/%TESTNUMBER0002", cnonce="MTA4MzIy", nc="00000001", qop="auth", response="2… 144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | digestauth.c | 149 const char *qop, in digest_calc_response() argument 165 if (0 == strcasecmp(qop, "auth-int")) in digest_calc_response() 182 if ('\0' != *qop) in digest_calc_response() 188 MD5Update (&md5, qop, strlen(qop)); in digest_calc_response() 573 char qop[15]; /* auth,auth-int */ in MHD_digest_auth_check() local 724 (0 == lookup_sub_value (qop, sizeof (qop), header, "qop")) || in MHD_digest_auth_check() 725 ( (0 != strcmp (qop, "auth")) && in MHD_digest_auth_check() 726 (0 != strcmp (qop, "")) ) || in MHD_digest_auth_check() 772 qop, in MHD_digest_auth_check()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.c | 94 qir_get_op_name(enum qop qop) in qir_get_op_name() argument 96 if (qop < ARRAY_SIZE(qir_op_info) && qir_op_info[qop].name) in qir_get_op_name() 97 return qir_op_info[qop].name; in qir_get_op_name() 588 qir_inst(enum qop op, struct qreg dst, struct qreg src0, struct qreg src1) in qir_inst()
|
D | vc4_qir.h | 102 enum qop { enum 199 enum qop op; 525 struct qinst *qir_inst(enum qop op, struct qreg dst,
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 227 int qop = 0, xid = 0; in handleDFDX() local 231 qop = QUADOP(SUB, SUBR, SUB, SUBR); in handleDFDX() 235 qop = QUADOP(SUB, SUB, SUBR, SUBR); in handleDFDX() 247 insn->subOp = qop; in handleDFDX()
|
D | nv50_ir_build_util.h | 83 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
|
D | nv50_ir_lowering_nv50.cpp | 916 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local 920 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0; in handleTXB() 973 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local 976 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0; in handleTXL()
|
/third_party/curl/lib/ |
D | socks_sspi.c | 89 unsigned long qop; in Curl_SOCKS5_gssapi_negotiate() local 565 &qop); in Curl_SOCKS5_gssapi_negotiate()
|
D | urldata.h | 362 char *qop;
|
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 92 def set_qop(self, qop): argument 93 self._qop = qop
|
/third_party/python/Lib/urllib/ |
D | request.py | 1150 qop = chal.get('qop') 1178 if qop is None: 1180 elif 'auth' in qop.split(','): 1192 raise URLError("qop '%s' is not supported." % qop) 1204 if qop:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a2.rst | 572 Added support for multiple ``qop`` values in
|
D | 3.9.0a5.rst | 776 when the optional ``qop`` parameter is not present.
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-canarywharf.hdr | 816 …���n\���s������q����k�ŵ������������w���t�~y����qk�ku��Ȧ�t~����l�ef���lp�ù�qop��������x�]y�����m��…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13436 u32 qop; member
|