Searched defs:DIGEST (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h72 DIGEST enumerator in enum:android::ARTSPConnection::AuthType
H A DMyTransmitter.h275 mAuthType = DIGEST;
300 CHECK_EQ((int)mAuthType, (int)DIGEST);
830 DIGEST enumerator in enum:android::MyTransmitter::AuthType
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java44 * HttpAuthHeader.DIGEST - digest (algorithm=MD5, QOP="auth").
50 public static final int DIGEST = 2; field in class:HttpAuthHeader
174 * @return True iff this is the DIGEST-authentication request.
177 return mScheme == DIGEST;
184 * HttpAuthHeader.DIGEST - digest (algorithm=MD5, QOP="auth").
239 * DIGEST (only algorithm="md5", no qop or qop="auth).
247 if (mScheme == DIGEST) {
291 mScheme = DIGEST;
355 if (mScheme == DIGEST) {

Completed in 158 milliseconds