Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java465 IpSecAlgorithm auth, in checkTransform()
633 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testIkeOverUdpEncapSocket() local
683 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4() local
689 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp6() local
695 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4UdpEncap() local
701 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp4() local
708 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp6() local
715 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp4() local
722 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp6() local
729 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/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