Home
last modified time | relevance | path

Searched refs:qop (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttpauth.c58 *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 …]
Dhttpauth.h38 char qop[30]; /**< Quality of protection, containing the one member
Drtmpproto.c1652 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/
Ddigest.c275 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 …]
Dkrb5_gssapi.c197 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()
Dkrb5_sspi.c268 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/
Dtest128616 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",…
Dtest38852 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, …
Dtest15352 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/
Ddigestauth.c149 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/
Dvc4_qir.c94 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()
Dvc4_qir.h102 enum qop { enum
199 enum qop op;
525 struct qinst *qir_inst(enum qop op, struct qreg dst,
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp227 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()
Dnv50_ir_build_util.h83 Instruction *mkQuadop(uint8_t qop, Value *, uint8_t l, Value *, Value *);
Dnv50_ir_lowering_nv50.cpp916 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/
Dsocks_sspi.c89 unsigned long qop; in Curl_SOCKS5_gssapi_negotiate() local
565 &qop); in Curl_SOCKS5_gssapi_negotiate()
Durldata.h362 char *qop;
/third_party/python/Lib/test/
Dtest_urllib2_localnet.py92 def set_qop(self, qop): argument
93 self._qop = qop
/third_party/python/Lib/urllib/
Drequest.py1150 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/
D3.9.0a2.rst572 Added support for multiple ``qop`` values in
D3.9.0a5.rst776 when the optional ``qop`` parameter is not present.
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-canarywharf.hdr816 …���n\���s������q����k�ŵ������������w���t�~y����qk�ku��Ȧ�t~����l�ef���lp�ù�qop��������x�]y�����m��…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13436 u32 qop; member