Searched defs:qop (Results 1 – 16 of 16) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-auth-digest.c | 37 SoupAuthDigestQop qop; member 99 soup_auth_digest_parse_qop (const char *qop) in soup_auth_digest_parse_qop() 119 soup_auth_digest_get_qop (SoupAuthDigestQop qop) in soup_auth_digest_get_qop() 141 const char *stale, *qop; in soup_auth_digest_update() local 332 SoupAuthDigestQop qop, in soup_auth_digest_compute_response() 449 char *qop = soup_auth_digest_get_qop (priv->qop); in soup_auth_digest_get_authorization() local
|
D | soup-auth-domain-digest.c | 194 const char *uri, *qop, *realm, *msg_username; in check_hex_urp() local
|
/third_party/ffmpeg/libavformat/ |
D | httpauth.h | 38 char qop[30]; /**< Quality of protection, containing the one member
|
D | httpauth.c | 77 static void choose_qop(char *qop, int size) in choose_qop()
|
D | rtmpproto.c | 1648 const char *qop = "auth"; in do_llnw_auth() local
|
/third_party/curl/lib/ |
D | socks_sspi.c | 86 unsigned long qop; in Curl_SOCKS5_gssapi_negotiate() local
|
/third_party/curl/lib/vauth/ |
D | krb5_gssapi.c | 194 gss_qop_t qop = GSS_C_QOP_DEFAULT; in Curl_auth_create_gssapi_security_message() local
|
D | krb5_sspi.c | 265 unsigned long qop = 0; in Curl_auth_create_gssapi_security_message() local
|
D | digest.c | 273 char *qop, size_t qlen) in auth_decode_digest_md5_message() 355 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message() local
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | auth.js | 103 qop: qop, property
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | digestauth.c | 149 const char *qop, in digest_calc_response() 573 char qop[15]; /* auth,auth-int */ in MHD_digest_auth_check() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 227 int qop = 0, xid = 0; in handleDFDX() local
|
D | nv50_ir_lowering_nv50.cpp | 916 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXB() local 973 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR); in handleTXL() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.c | 94 qir_get_op_name(enum qop qop) in qir_get_op_name()
|
D | vc4_qir.h | 102 enum qop { enum
|
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 92 def set_qop(self, qop): argument
|