Home
last modified time | relevance | path

Searched refs:DIGEST (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java55 static final String DIGEST = KeyProperties.DIGEST_SHA256; field in ParcelableKeyGenParameterSpecTest
73 .setDigests(DIGEST) in configureDefaultSpec()
102 assertThat(spec.getDigests(), is(new String[] {DIGEST})); in validateSpecValues()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.h72 DIGEST enumerator
DMyTransmitter.h278 mAuthType = DIGEST; in authenticate()
303 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
833 DIGEST in onMessageReceived() enumerator
DARTSPConnection.cpp906 mAuthType = DIGEST; in parseAuthMethod()
997 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54873 field public static final java.lang.String DIGEST = "Digest";