Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java447 IpSecAlgorithm auth, in checkTransform()
617 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testIkeOverUdpEncapSocket() local
668 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4() local
675 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp6() local
682 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4UdpEncap() local
689 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp4() local
697 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp6() local
705 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp4() local
713 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp6() local
721 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Tcp4() local
[all …]
/cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/src/android/accounts/cts/unaffiliated/
DStdAccountAuthService.java32 TestAccountAuthenticator auth = in onBind() local
DDefaultAccountAuthService.java32 TestDefaultAuthenticator auth = in onBind() local
/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java128 final String auth = "com.example"; in testRootUri() local
151 final String auth = "com.example"; in testRootUri_returnFalse() local
168 final String auth = "com.example"; in testRootsUri() local
188 final String auth = "com.example"; in testRootsUri_returnsFalse() local
202 final String auth = "com.example"; in testDocumentUri() local
213 final String auth = "com.example"; in testTreeDocumentUri() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DUtils.java34 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java581 Header[] auth = request.getHeaders("Authorization"); in getResponse() local