Searched refs:HTTP_AUTH_DIGEST (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h32 HTTP_AUTH_DIGEST, /**< HTTP 1.1 Digest auth from RFC 2617 */ enumerator in enum:HTTPAuthType
H A Dhttpauth.c99 state->auth_type <= HTTP_AUTH_DIGEST) {
100 state->auth_type = HTTP_AUTH_DIGEST;
254 } else if (state->auth_type == HTTP_AUTH_DIGEST) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h32 HTTP_AUTH_DIGEST, /**< HTTP 1.1 Digest auth from RFC 2617 */ enumerator in enum:HTTPAuthType
H A Dhttpauth.c103 state->auth_type <= HTTP_AUTH_DIGEST) {
104 state->auth_type = HTTP_AUTH_DIGEST;
277 } else if (state->auth_type == HTTP_AUTH_DIGEST) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.h36 #define HTTP_AUTH_DIGEST 2 macro
H A Dproxy.c311 ret = HTTP_AUTH_DIGEST;
511 || p->auth_method == HTTP_AUTH_DIGEST
516 if (p->auth_method == HTTP_AUTH_DIGEST && p->proxy_authenticate)
702 else if (p->auth_method == HTTP_AUTH_DIGEST && !processed)
708 if (method == HTTP_AUTH_DIGEST)

Completed in 76 milliseconds