Searched refs:getDecryptAlias (Results 1 – 2 of 2) sorted by relevance
155 mKeyStore.deleteEntry(getDecryptAlias(userId, generationId)); in invalidatePlatformKey()287 String alias = getDecryptAlias(userId, generationId); in getDecryptKeyInternal()380 private String getDecryptAlias(int userId, int generationId) { in getDecryptAlias() method in PlatformKeyManager400 && mKeyStore.containsAlias(getDecryptAlias(userId, generationId)); in isKeyLoaded()421 String decryptAlias = getDecryptAlias(userId, generationId); in generateAndLoadKey()
23967 PLcom/android/server/locksettings/recoverablekeystore/PlatformKeyManager;->getDecryptAlias(II)Ljava…