Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java54 static final String DIGEST = KeyProperties.DIGEST_SHA256; field in ParcelableKeyGenParameterSpecTest
72 .setDigests(DIGEST) in configureDefaultSpec()
103 assertThat(spec.getDigests(), is(new String[] {DIGEST})); in validateSpecValues()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTSPConnection.h74 DIGEST enumerator
/frameworks/base/keystore/java/android/security/keystore2/
DKeyStore2ParameterUtils.java80 case Tag.DIGEST: in makeEnum()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp906 mAuthType = DIGEST; in parseAuthMethod()
997 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java64 public static final int KM_TAG_DIGEST = Tag.DIGEST; // KM_ENUM_REP | 5;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54873 field public static final java.lang.String DIGEST = "Digest";