Home
last modified time | relevance | path

Searched defs:credential (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java183 Credential credential = new Credential(); in verifyModifyOriginalConfig() local
208 Credential credential = new Credential(); in verifyModifyRetrievedConfig() local
230 Credential credential = new Credential(); in installCertsAndKeysSuccess() local
270 Credential credential = new Credential(); in installCertsAndKeysFailure() local
308 Credential credential = new Credential(); in uninstallCertsAndKeys() local
356 Credential credential = new Credential(); in matchFQDNWithoutNAIRealm() local
388 Credential credential = new Credential(); in matchFQDNWithNAIRealmMatch() local
425 Credential credential = new Credential(); in matchFQDNWithNAIRealmMismatch() local
456 Credential credential = new Credential(); in match3GPPNetworkDomainName() local
490 Credential credential = new Credential(); in matchRoamingConsortium() local
[all …]
DPasspointXmlUtilsTest.java113 Credential credential = new Credential(); in createFullPasspointConfiguration() local
DPasspointManagerTest.java242 Credential credential = new Credential(); in createTestConfigWithUserCredential() local
266 Credential credential = new Credential(); in createTestConfigWithSimCredential() local
1156 Credential credential = new Credential(); in addLegacyPasspointConfigWithUserCredential() local
1234 Credential credential = new Credential(); in addLegacyPasspointConfigWithSimCredential() local
1279 Credential credential = new Credential(); in addLegacyPasspointConfigWithCertCredential() local
DPasspointConfigStoreDataTest.java137 Credential credential = new Credential(); in createFullPasspointConfiguration() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java195 private void testCreateCredential(int userId, String credential, int type, int quality) in testCreateCredential()
209 private void assertVerifyCredentials(int userId, String credential, int type, long sid) in assertVerifyCredentials()
239 private void initializeStorageWithCredential(int userId, String credential, int type, long sid) in initializeStorageWithCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DKeySyncTask.java101 String credential, in newInstance()
135 String credential, in KeySyncTask()
448 int credentialType, String credential) { in getUiFormat()
473 static boolean isPin(@Nullable String credential) { in isPin()
DTestOnlyInsecureCertificateHelper.java87 public boolean doesCredentialSupportInsecureMode(int credentialType, String credential) { in doesCredentialSupportInsecureMode()
DRecoverableKeyStoreManager.java860 int storedHashType, @NonNull String credential, int userId) { in lockScreenSecretAvailable()
891 @Nullable String credential, in lockScreenSecretChanged()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl39 …void setLockCredential(in String credential, int type, in String savedCredential, int requestedQua… in setLockCredential()
41 VerifyCredentialResponse checkCredential(in String credential, int type, int userId, in checkCredential()
43 …VerifyCredentialResponse verifyCredential(in String credential, int type, long challenge, int user… in verifyCredential()
44 …VerifyCredentialResponse verifyTiedProfileChallenge(String credential, int type, long challenge, i… in verifyTiedProfileChallenge()
DLockSettingsInternal.java52 public abstract boolean setLockCredentialWithToken(String credential, int type, in setLockCredentialWithToken()
DLockPatternUtils.java353 private byte[] verifyCredential(String credential, int type, long challenge, int userId) in verifyCredential()
370 private boolean checkCredential(String credential, int type, int userId, in checkCredential()
962 private int computePasswordQuality(int type, String credential, int requestedQuality) { in computePasswordQuality()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java356 Credential credential = new Credential(); in convertFromWifiConfig() local
508 Credential.UserCredential credential) { in buildEnterpriseConfigForUserCredential()
553 Credential.SimCredential credential) { in buildEnterpriseConfigForSimCredential()
DPasspointXmlUtils.java257 private static void serializeCredential(XmlSerializer out, Credential credential) in serializeCredential()
515 Credential credential = new Credential(); in deserializeCredential() local
/frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/
DLowpanCtl.java241 LowpanCredential credential = null; in getProvisionFromArgs() local
383 LowpanCredential credential = iface.getLowpanCredential(); in runShowCredential() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1298 public void setLockCredential(String credential, int type, String savedCredential, in setLockCredential()
1310 private void setLockCredentialInternal(String credential, int credentialType, in setLockCredentialInternal()
1498 private void setUserKeyProtection(int userId, String credential, VerifyCredentialResponse vcr) in setUserKeyProtection()
1520 private static byte[] secretFromCredential(String credential) throws RemoteException { in secretFromCredential()
1605 public VerifyCredentialResponse checkCredential(String credential, int type, int userId, in checkCredential()
1612 public VerifyCredentialResponse verifyCredential(String credential, int type, long challenge, in verifyCredential()
1623 private VerifyCredentialResponse doVerifyCredential(String credential, int credentialType, in doVerifyCredential()
1683 public VerifyCredentialResponse verifyTiedProfileChallenge(String credential, int type, in verifyTiedProfileChallenge()
1725 String credential, boolean hasChallenge, long challenge, in verifyCredential()
2280 String credential, int credentialType, int requestedQuality, in initializeSyntheticPasswordLocked()
[all …]
DSyntheticPasswordManager.java443 byte[] hash, String credential, int userId) throws RemoteException { in newSyntheticPasswordAndSid()
605 String credential, int credentialType, AuthenticationToken authToken, in createPasswordBasedSyntheticPassword()
819 long handle, String credential, int userId, in unwrapPasswordBasedSyntheticPassword()
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
DLowpanProvision.cpp48 LowpanProvision::LowpanProvision(const LowpanIdentity& identity, const LowpanCredential& credential) in LowpanProvision()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkUpdateResult.java35 public NetworkUpdateResult(boolean ip, boolean proxy, boolean credential) { in NetworkUpdateResult()
/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanProvision.java45 public Builder setLowpanCredential(@NonNull LowpanCredential credential) { in setLowpanCredential()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java139 final Intent credential = getKeyguardManager() in showConfirmCredentialActivity() local
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DConfigParserTest.java93 Credential credential = new Credential(); in generateConfigurationFromProfile() local
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java140 Credential credential = new Credential(); in generateConfigurationFromPPSMOTree() local
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java87 public void setCredential(Credential credential) { in setCredential()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java902 Credential credential = new Credential(); in parseCredential() local