Searched defs:auth (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
| D | IpSecManagerTest.java | 491 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 …]
|
| D | PacketUtils.java | 361 public final EspAuth auth; field in PacketUtils.EspHeader 390 EspAuth auth) { in EspHeader()
|
| /packages/apps/Contacts/src/com/android/contacts/model/account/ |
| D | AccountTypeProvider.java | 159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
|
| /packages/modules/Virtualization/authfs/src/ |
| D | main.rs | 38 mod auth; module
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| D | TestActivity.java | 605 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen()
|
| /packages/apps/Dialer/java/com/android/contacts/common/model/ |
| D | AccountTypeManager.java | 436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground() local
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
| D | ImapHelper.java | 121 int auth = ImapStore.FLAG_NONE; in ImapHelper() local
|
| /packages/modules/Connectivity/tests/unit/java/com/android/server/ |
| D | IpSecServiceParameterizedTest.java | 360 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local
|