Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 25 of 149) sorted by relevance

123456

/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 ...
H A DAndroid.bp54 name: "drc-lib-firebase-auth-interop-19.0.0",
55 aars: ["firebase-auth-interop-19.0.0.aar"],
82 name: "drc-lib-firebase-auth-20.0.1",
83 aars: ["firebase-auth-20.0.1.aar"],
110 name: "drc-lib-play-services-auth-api-phone-17.4.0",
111 aars: ["play-services-auth-api-phone-17.4.0.aar"],
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTest.java491 IpSecAlgorithm auth, in checkTransform() argument
509 if (auth != null) { in checkTransform()
548 getTruncLenBits(auth != null ? auth : aead)); in checkTransform()
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/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/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java113 mAuth = auth; in CleanupRunnable()
335 if (auth != null) { in onAuthenticationRejected()
428 for (SuccessfulAuth auth : mSuccessfulAuths) { in popSuccessfulFaceAuthIfExists()
435 mSuccessfulAuths.remove(auth); in popSuccessfulFaceAuthIfExists()
437 mSuccessfulAuths.remove(auth); in popSuccessfulFaceAuthIfExists()
438 return auth; in popSuccessfulFaceAuthIfExists()
448 for (SuccessfulAuth auth : mSuccessfulAuths) { in removeAndFinishAllFaceFromQueue()
449 if (auth.mSensorType == SENSOR_TYPE_FACE) { in removeAndFinishAllFaceFromQueue()
452 auth.mCallback.handleLifecycleAfterAuth(); in removeAndFinishAllFaceFromQueue()
453 mSuccessfulAuths.remove(auth); in removeAndFinishAllFaceFromQueue()
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java147 if (!deepEquals(mAuthTypes.get(auth.type), auth)) { in shouldUpdate()
159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
160 if (auth == null) { in loadTypes()
173 auth.packageName)) { in loadTypes()
179 + ", packageName=" + auth.packageName); in loadTypes()
185 + ", packageName=" + auth.packageName); in loadTypes()
197 + ", packageName=" + auth.packageName); in loadTypes()
203 accountType.initializeFieldsFromAuthenticator(auth); in loadTypes()
254 for (AuthenticatorDescription auth : auths) { in onlyContactSyncable()
255 if (mContactSyncableTypes.contains(auth.type)) { in onlyContactSyncable()
[all …]
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java96 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() argument
99 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null); in BluetoothServerSocket()
117 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() argument
121 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null, mitm, in BluetoothServerSocket()
138 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket() argument
140 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid); in BluetoothServerSocket()
/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
71 auth.addPkg(new PkgUser("pkg", 0)); in testDirty_addPkg()
121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
122 auth.addPkg(new PkgUser("com.example.pkg", 0)); in createProvider()
123 auth.addPkg(new PkgUser("example.pkg.com", 10)); in createProvider()
125 auth = provider.getOrCreateAuthority("com.android.pkg"); in createProvider()
126 auth.addPkg(new PkgUser("com.example.pkg", 2)); in createProvider()
H A DSliceClientPermissionsTest.java184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local
189 auth.addPath(Arrays.asList("/something/")); in testDirty_addPkg()
261 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
264 auth.addPath(Arrays.asList("/something/")); in createClient()
265 auth.addPath(Arrays.asList("/something/else")); in createClient()
267 auth = client.getOrCreateAuthority( in createClient()
270 auth.addPath(Arrays.asList("/somewhere")); in createClient()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_mfc.cc238 p_mfc->next_block.auth = true; in rw_mfc_handle_format_rsp()
249 p_mfc->next_block.auth = false; in rw_mfc_handle_format_rsp()
441 p_mfc->next_block.auth = true; in rw_mfc_handle_write_rsp()
452 p_mfc->next_block.auth = false; in rw_mfc_handle_write_rsp()
568 p_mfc->next_block.auth = false; in rw_mfc_select()
937 p_mfc->next_block.auth = true; in rw_mfc_handle_tlv_detect_rsp()
943 p_mfc->next_block.auth = false; in rw_mfc_handle_tlv_detect_rsp()
956 p_mfc->next_block.auth = false; in rw_mfc_handle_tlv_detect_rsp()
1252 p_mfc->next_block.auth = false; in rw_mfc_handle_op_complete()
1282 p_mfc->next_block.auth = true; in rw_mfc_handle_ndef_read_rsp()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java319 for (AuthenticatorDescription auth : auths) { in findAuthenticator()
320 if (accountType.equals(auth.type)) { in findAuthenticator()
321 return auth; in findAuthenticator()
436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground() local
437 if (auth == null) { in loadAccountsInBackground()
444 accountType = new GoogleAccountType(mContext, auth.packageName); in loadAccountsInBackground()
446 accountType = new ExchangeAccountType(mContext, auth.packageName, type); in loadAccountsInBackground()
448 accountType = new SamsungAccountType(mContext, auth.packageName, type); in loadAccountsInBackground()
464 accountType.accountType = auth.type; in loadAccountsInBackground()
465 accountType.titleRes = auth.labelId; in loadAccountsInBackground()
[all …]
/aosp12/system/security/ondevice-signing/
H A DKeystoreHmacKey.cpp102 KeyParameter auth; in createKey() local
103 auth.tag = Tag::NO_AUTH_REQUIRED; in createKey()
104 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
105 params.push_back(auth); in createKey()
134 for (const auto& auth : keyEntryResponse.metadata.authorizations) { in initialize() local
135 if (auth.keyParameter.tag == Tag::MAX_BOOT_LEVEL) { in initialize()
136 if (auth.keyParameter.value.get<KeyParameterValue::integer>() == kOdsignBootLevel) { in initialize()
H A DKeystoreKey.cpp109 KeyParameter auth; in createKey() local
110 auth.tag = Tag::NO_AUTH_REQUIRED; in createKey()
111 auth.value = KeyParameterValue::make<KeyParameterValue::boolValue>(true); in createKey()
112 params.push_back(auth); in createKey()
205 for (const auto& auth : keyEntryResponse.metadata.authorizations) { in verifyExistingKey() local
206 if (auth.keyParameter.tag == Tag::MAX_BOOT_LEVEL) { in verifyExistingKey()
207 if (auth.keyParameter.value.get<KeyParameterValue::integer>() == kOdsignBootLevel) { in verifyExistingKey()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/
H A DGbaRequestExecutor.java27 import org.apache.http.auth.AuthScheme;
28 import org.apache.http.auth.AuthScope;
29 import org.apache.http.auth.AuthState;
30 import org.apache.http.auth.Credentials;
/aosp12/system/vold/
H A DKeyStorage.h48 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key);
56 const KeyAuthentication& auth, const KeyBuffer& key);
59 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key);
H A DKeyStorage.cpp419 static std::string getStretching(const KeyAuthentication& auth) { in getStretching() argument
420 if (auth.usesKeymaster()) { in getStretching()
444 static bool generateAppId(const KeyAuthentication& auth, const std::string& stretching, in generateAppId() argument
447 if (!stretchSecret(stretching, auth.secret, &stretched)) return false; in generateAppId()
580 std::string stretching = getStretching(auth); in storeKey()
583 if (!generateAppId(auth, stretching, secdiscardable_hash, &appId)) return false; in storeKey()
585 if (auth.usesKeymaster()) { in storeKey()
602 const KeyAuthentication& auth, const KeyBuffer& key) { in storeKeyAtomically() argument
611 if (!storeKey(tmp_path, auth, key)) return false; in storeKeyAtomically()
634 if (!generateAppId(auth, stretching, secdiscardable_hash, &appId)) return false; in retrieveKey()
[all …]
H A DFsCrypt.cpp204 if (retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key()
298 if (!read_and_fixate_user_ce_key(user_id, auth, &ce_key)) return false; 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
707 if (!auth) return false; in fscrypt_add_user_key_auth()
708 return fscrypt_rewrap_user_key(user_id, serial, kEmptyAuthentication, *auth); in fscrypt_add_user_key_auth()
714 auto auth = authentication_from_hex(secret_hex); in fscrypt_clear_user_key_auth() local
715 if (!auth) return false; in fscrypt_clear_user_key_auth()
749 auto auth = authentication_from_hex(secret_hex); in fscrypt_unlock_user_key() local
750 if (!auth) return false; in fscrypt_unlock_user_key()
[all …]
/aosp12/packages/apps/Car/DebuggingRestrictionController/
H A DAndroid.bp35 "drc-lib-firebase-auth-20.0.1",
36 "drc-lib-firebase-auth-interop-19.0.0",
44 "drc-lib-play-services-auth-api-phone-17.4.0",
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2767 auth.getSyntheticPassword()); in onAuthTokenKnownForUser()
2773 AuthenticationToken auth) { in callToAuthSecretIfNeeded() argument
2836 if (auth == null) { in initializeSyntheticPasswordLocked()
2841 credential, auth, userId); in initializeSyntheticPasswordLocked()
2858 onAuthTokenKnownForUser(userId, auth); in initializeSyntheticPasswordLocked()
2859 return auth; in initializeSyntheticPasswordLocked()
3033 credential, auth, userId); in setLockCredentialWithAuthTokenLocked()
3187 if (auth == null) {
3234 if (auth.authToken == null) {
3250 AuthenticationToken auth = null;
[all …]
/aosp12/build/soong/scripts/check_boot_jars/
H A Dpackage_allowed_list.txt56 javax\.security\.auth
57 javax\.security\.auth\.callback
58 javax\.security\.auth\.login
59 javax\.security\.auth\.x500
149 org\.apache\.http\.auth
150 org\.apache\.http\.auth\.params
167 org\.apache\.http\.impl\.auth
/aosp12/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java31 import org.apache.http.auth.AuthenticationException;
32 import org.apache.http.auth.UsernamePasswordCredentials;
34 import org.apache.http.impl.auth.DigestScheme;

123456