Searched refs:DIGEST (Results 1 – 5 of 5) sorted by relevance
51 static final String DIGEST = KeyProperties.DIGEST_SHA256; field in ParcelableKeyGenParameterSpecTest69 .setDigests(DIGEST) in configureDefaultSpec()95 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
903 mAuthType = DIGEST; in parseAuthMethod()986 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
54873 field public static final java.lang.String DIGEST = "Digest";