Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTest.java491 IpSecAlgorithm auth, in checkTransform()
938 final IpSecAlgorithm auth = buildAuthHmacSha512(); in testAesCtrHmacSha512Tcp4() local
948 final IpSecAlgorithm auth = buildAuthHmacSha512(); in testAesCtrHmacSha512Tcp6() local
992 final IpSecAlgorithm auth = buildAuthAesXcbc(); in testAesCbcAesXCbcTcp4() local
1002 final IpSecAlgorithm auth = buildAuthAesXcbc(); in testAesCbcAesXCbcTcp6() local
1012 final IpSecAlgorithm auth = buildAuthAesXcbc(); in testAesCbcAesXCbcUdp4() local
1022 final IpSecAlgorithm auth = buildAuthAesXcbc(); in testAesCbcAesXCbcUdp6() local
1032 final IpSecAlgorithm auth = buildAuthAesCmac(); in testAesCbcAesCmacTcp4() local
1042 final IpSecAlgorithm auth = buildAuthAesCmac(); in testAesCbcAesCmacTcp6() local
1052 final IpSecAlgorithm auth = buildAuthAesCmac(); in testAesCbcAesCmacUdp4() local
[all …]
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-oauth-client-1.31.0.jar ... client/ com/google/api/client/auth/ com/google/api/client/auth
H A Dgoogle-api-client-1.30.10.jar ... google/api/client/googleapis/testing/auth/ com/google/api/client/googleapis
H A Dhttpclient-4.5.12.jar ... conn/tsccm/ org/apache/http/auth/ org/apache/http/auth/params ...
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-oauth-client-1.30.1.jar ... client/ com/google/api/client/auth/ com/google/api/client/auth ...
H A Dgoogle-api-client-android-1.30.2.jar ... client/googleapis/extensions/android/gms/auth/ META-INF/maven/ META-INF ...
H A Dgoogle-api-client-1.30.2.jar ... com/google/api/client/googleapis/auth/ com/google/api/client/googleapis ...
/aosp12/frameworks/base/core/java/android/bluetooth/
H A 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()
H A DBluetoothSocket.java183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
203 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
290 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
H A DSliceProviderPermissionsTest.java68 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local
121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
H A DSliceClientPermissionsTest.java184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local
261 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
/aosp12/frameworks/base/obex/javax/obex/
H A DSessionNotifier.java127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
H A DClientSession.java325 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
H A DServerSession.java74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/aosp12/system/security/ondevice-signing/
H A DKeystoreHmacKey.cpp102 KeyParameter auth; in createKey() local
134 for (const auto& auth : keyEntryResponse.metadata.authorizations) { in initialize() local
H A DKeystoreKey.cpp109 KeyParameter auth; in createKey() local
205 for (const auto& auth : keyEntryResponse.metadata.authorizations) { in verifyExistingKey() local
/aosp12/system/vold/
H A DFsCrypt.cpp198 const android::vold::KeyAuthentication& auth, in read_and_fixate_user_ce_key()
293 const android::vold::KeyAuthentication& auth) { in read_and_install_user_ce_key()
660 android::vold::KeyAuthentication auth(secdiscardable_hash); in read_or_create_volkey() local
706 auto auth = authentication_from_hex(secret_hex); in fscrypt_add_user_key_auth() local
714 auto auth = authentication_from_hex(secret_hex); in fscrypt_clear_user_key_auth() local
749 auto auth = authentication_from_hex(secret_hex); in fscrypt_unlock_user_key() local
H A DKeyStorage.cpp419 static std::string getStretching(const KeyAuthentication& auth) { in getStretching()
444 static bool generateAppId(const KeyAuthentication& auth, const std::string& stretching, in generateAppId()
572 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey()
602 const KeyAuthentication& auth, const KeyBuffer& key) { in storeKeyAtomically()
622 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java111 @NonNull SuccessfulAuth auth, @NonNull Callback callback) { in CleanupRunnable()
334 SuccessfulAuth auth = popSuccessfulFaceAuthIfExists(currentTimeMillis); in onAuthenticationRejected() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeStorageManager.java80 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2354 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local
2397 private PasswordMetrics loadPasswordMetrics(AuthenticationToken auth, int userHandle) { in loadPasswordMetrics()
2760 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser()
2773 AuthenticationToken auth) { in callToAuthSecretIfNeeded()
2834 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local
2846 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local
2848 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local
3030 AuthenticationToken auth, int userId) { in setLockCredentialWithAuthTokenLocked()
3045 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
3049 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
/aosp12/system/netd/server/
H A DXfrmController.h126 XfrmAlgo auth; member
301 xfrm_algo_auth auth; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DCoexCoordinatorTest.java485 CoexCoordinator.SuccessfulAuth auth = mock(CoexCoordinator.SuccessfulAuth.class); in testCleanupRunnable() local
/aosp12/frameworks/base/core/java/android/content/
H A DContentProvider.java2528 String auth = uri.getAuthority(); in validateIncomingUri() local
2561 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
2575 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
2606 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()

12