Loading keystore/java/android/security/KeyStore.java +0 −3 Original line number Diff line number Diff line Loading @@ -547,9 +547,6 @@ public class KeyStore { try { args = args != null ? args : new KeymasterArguments(); entropy = entropy != null ? entropy : new byte[0]; if (!args.containsTag(KeymasterDefs.KM_TAG_USER_ID)) { args.addUnsignedInt(KeymasterDefs.KM_TAG_USER_ID, ActivityManager.getCurrentUser()); } return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy, uid); } catch (RemoteException e) { Log.w(TAG, "Cannot connect to keystore", e); Loading keystore/java/android/security/keystore/KeymasterUtils.java +0 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,6 @@ public abstract class KeymasterUtils { * require user authentication. */ public static void addUserAuthArgs(KeymasterArguments args, UserAuthArgs spec) { args.addUnsignedInt(KeymasterDefs.KM_TAG_USER_ID, ActivityManager.getCurrentUser()); if (spec.isUserConfirmationRequired()) { args.addBoolean(KeymasterDefs.KM_TAG_TRUSTED_CONFIRMATION_REQUIRED); Loading Loading
keystore/java/android/security/KeyStore.java +0 −3 Original line number Diff line number Diff line Loading @@ -547,9 +547,6 @@ public class KeyStore { try { args = args != null ? args : new KeymasterArguments(); entropy = entropy != null ? entropy : new byte[0]; if (!args.containsTag(KeymasterDefs.KM_TAG_USER_ID)) { args.addUnsignedInt(KeymasterDefs.KM_TAG_USER_ID, ActivityManager.getCurrentUser()); } return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy, uid); } catch (RemoteException e) { Log.w(TAG, "Cannot connect to keystore", e); Loading
keystore/java/android/security/keystore/KeymasterUtils.java +0 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,6 @@ public abstract class KeymasterUtils { * require user authentication. */ public static void addUserAuthArgs(KeymasterArguments args, UserAuthArgs spec) { args.addUnsignedInt(KeymasterDefs.KM_TAG_USER_ID, ActivityManager.getCurrentUser()); if (spec.isUserConfirmationRequired()) { args.addBoolean(KeymasterDefs.KM_TAG_TRUSTED_CONFIRMATION_REQUIRED); Loading