Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java497 IpSecAlgorithm auth, in checkTransform()
666 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testIkeOverUdpEncapSocket() local
751 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4() local
758 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp6() local
765 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4UdpEncap() local
772 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp4() local
780 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp6() local
788 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp4() local
796 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp6() local
804 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/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java96 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
117 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket()
138 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
DBluetoothSocket.java182 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
202 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
316 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
DBluetoothAdapter.java3432 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DTestActivity.java604 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/service-t/src/com/android/server/
DIpSecService.java1480 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1631 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java364 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local