Searched refs:DIGEST (Results 1 – 5 of 5) sorted by relevance
55 static final String DIGEST = KeyProperties.DIGEST_SHA256; field in ParcelableKeyGenParameterSpecTest73 .setDigests(DIGEST) in configureDefaultSpec()102 assertThat(spec.getDigests(), is(new String[] {DIGEST})); in validateSpecValues()
72 DIGEST enumerator
278 mAuthType = DIGEST; in authenticate()303 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()833 DIGEST in onMessageReceived() enumerator
906 mAuthType = DIGEST; in parseAuthMethod()997 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
54873 field public static final java.lang.String DIGEST = "Digest";