Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java491 IpSecAlgorithm auth, in checkTransform()
660 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testIkeOverUdpEncapSocket() local
746 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4() local
753 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp6() local
760 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4UdpEncap() local
767 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp4() local
775 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp6() local
783 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp4() local
791 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp6() local
799 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Tcp4() local
[all …]
DPacketUtils.java361 public final EspAuth auth; field in PacketUtils.EspHeader
390 EspAuth auth) { in EspHeader()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
/packages/modules/Virtualization/authfs/src/
Dmain.rs38 mod auth; module
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DTestActivity.java605 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground() local
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java121 int auth = ImapStore.FLAG_NONE; in ImapHelper() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java360 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local