Searched refs:DIGEST (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java42 * HttpAuthHeader.DIGEST - digest (algorithm=MD5, QOP="auth").
48 public static final int DIGEST = 2; field in class:HttpAuthHeader
172 * @return True iff this is the DIGEST-authentication request.
175 return mScheme == DIGEST;
182 * HttpAuthHeader.DIGEST - digest (algorithm=MD5, QOP="auth").
237 * DIGEST (only algorithm="md5", no qop or qop="auth).
245 if (mScheme == DIGEST) {
289 mScheme = DIGEST;
353 if (mScheme == DIGEST) {
/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
H A DARTSPConnection.cpp897 mAuthType = DIGEST;
983 CHECK_EQ((int)mAuthType, (int)DIGEST);

Completed in 605 milliseconds